ftp_upload
Upload a local file to an FTP server by providing the local file path and the remote destination path.
Instructions
Upload a file from local filesystem to FTP server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Local file path to upload | |
| remotePath | Yes | Remote path where to save the file |