upload all csv files from a directory to my FTP server
I would like to upload all csv files from a directory to my FTP server
I currently have the following command:
"C:\Program Files (x86)\FlashFXP 5\FLASHFXP.EXE" magento -localpath="\\PC-SCRIPTS\Scripts\OPALE\BtoC\Prod\Articles" -remotepath="/froufrou/prod/var/datasync/FTP/ARTICLES/" -logfile="\\PC-SCRIPTS\Scripts\OPALE\BtoC\Prod\Logs"
by what is the command to send a file type, example here all the csv files of my directory
thanks in advance
|