FTP Access
JSON →Provides access to an FTP server for file operations.
Install
npx -y @smithery/cli Tools · 6
- list-directory List contents of an FTP directory
- download-file Download a file from the FTP server
- upload-file Upload a file to the FTP server
- create-directory Create a new directory on the FTP server
- delete-file Delete a file from the FTP server
- delete-directory Delete a directory from the FTP server
Environment variables
FTP_ENCRYPTION_KEY
Links
★ 17 GitHub stars