‎2019 Feb 06 11:01 AM
Hi Expert,
I have a requirement to send some files via FTP and check if all files have been sent correctly and if not I have to repeat the process just for the 'not sent one'
could someone advice to achieve this...
Best Regards
Jenie
‎2019 Feb 06 12:28 PM
‎2019 Feb 06 12:32 PM
yes the exception is active then how i will till him to send the data again just for this like e.g material ?
‎2019 Feb 06 12:43 PM
‎2019 Feb 06 4:16 PM
jennifer1988 a FTP command to get the contents of a given directory, like :
dir dirname1/dirname2(maybe it won't be accepted by the server, possible other command name is "ls", check FTP forums)
‎2019 Feb 11 6:42 AM
Look in FTP forums for commands such as old FTP command LIST or better (RFC 3659) MSLD (for directory) or MLST (for file).