How would i copy a file and a Directory?
I have a string array, in it it has all the files selected. But, it also has folders. If i wanted to copy a Whole Directory from lets say;
ftp://example.com/folder1/test/
to
ftp://example.com/folder2/test/
How would i do that?
-Xerax