I have an array with urls, like:
[1] = http://site.com/1.pdf
[2] = http://site.com/234234234.png
[3] = http://site.com/archive.zip
[4] = http://site.com/1f41f.anyformat
[5] = http://site.com/file.txt
How do I save them to some folder on my ftp by PHP?
Names of the files should not change.
Maybe this will help you solve the question
Use this to tryout the remote_merge function