ftp_upload
Uploads a local file to a remote server over FTP/FTPS/SFTP. Specify connection, local and remote paths, and optional transfer mode to complete the transfer.
Instructions
Upload a local file to the remote server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Transfer mode (default: auto) | |
| localPath | Yes | Local file path | |
| connection | Yes | Connection name | |
| remotePath | Yes | Remote destination path |