Copy file on remote FTP server
Hi, I would like to copy all files to a backup folder on the FTP server before I download and delete the files.
I'm using the following command lines to do this.
But i get this error message:
Perhaps there is a other command to backup files before downloading files?
I'm using the following command lines to do this.
Option Batch on Option confirm off Open sftp://username:password@ftpserver.com cd /home/orderfiles/DAT/ Lcd M:\iPadOrdre\DAT\ cp /home/orderfiles/DAT/*.csv /home/orderfiles/DAT/Backup/*.csv
How does theOperation not supported.
CP
command work ?
Perhaps there is a other command to backup files before downloading files?