ftp_upload
Upload a single file from your local machine to a remote server via FTP.
Instructions
Standard single-file transport to the remote server. For bulk transfers, favor ftp_batch_upload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Source path on your local machine. | |
| remotePath | Yes | Target location on the remote server. |