Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
i want to upload multiple files present in a folder on FTP, But when I am implementing the same I am getting an error
The FTP protocol supports neither wildcard loading nor FileList enumeration (for each .. in filelist()), so you have to work around these limitations. One option is to create a scheduled batch file that copies the files from the FTP site to a local drive using an FTP client program, and then load the files normally. Another is to use the FTP client to create a text file with the directory listing from the FTP site and loop over the text file to load the files.
So, can i load all the files one below another as format of the file is same and even the number of columns are same ?