feat(ftp): add ftp integration

This commit is contained in:
Rıdvan Akca
2024-03-25 14:31:21 +03:00
parent fc4eeed764
commit aee0674d20
10 changed files with 162 additions and 0 deletions

View File

@@ -113,6 +113,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/formatter/connection' },
],
},
{
text: 'FTP',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/ftp/connection' }],
},
{
text: 'Ghost',
collapsible: true,