I am trying to download all bunch of files from the FTPserver but from different locations. So I made text file and I would like to use NET option "FTPDownload from list".
My text file is configured like this:
Code: Select all
FullFTP/path/to/file1.mp3
FullFTP/path/to/file2.mp3
FullFTP/path/to/file3.mp3
Is there a way to enter full FTP credential details into the text file along with the location of the files?
Something like this:
Code: Select all
Username:Test, Password:****, FTP:****
/path/to/file1.mp3
/path/to/file2.mp3
/path/to/file3.mp3