Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

avoid sending duplicated files via FTP

Former Member
0 Likes
1,021

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

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
0 Likes
949

Did you check exception and log returned by FM such as FTP_COMMAND?

Read only

0 Likes
949

yes the exception is active then how i will till him to send the data again just for this like e.g material ?

Read only

0 Likes
949

Look at the returned log (parameter DATA contains text of the log)

Read only

0 Likes
949

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)

Read only

0 Likes
949

Look in FTP forums for commands such as old FTP command LIST or better (RFC 3659) MSLD (for directory) or MLST (for file).