Hi,
I'm creating a button to copy multiple files to ftp.
I can do it this way:
Copy "file1.png" TO="FTP://...@mydomain.com//images/"
Copy "file2.png" TO="FTP://...@mydomain.com//images/"
Copy "file3.png" TO="FTP://...@mydomain.com//images/"
But I guess there's a way to do it in one line (I would like to avoid opening few connections), but I couldn't find any.
Any suggestions?
Thanks.