Gupta,
Thanks for the response.
Let me clearly explain my problem.
file1.txt, file2.txt exits in system A.
Flowservice get these files into localsystem and disconnects session.
file1.txt and file2.txt are placed to remote system and both the local files and the source files will be deleted.
Now I don’t want file1.txt and file2.txt to get copied to local harddisk where Wm is installed, instead directly transfer from source A FTP directory to destination B FTP directory without involvement of localfile system.
I searched through some of the other built-in services but we have to use only the get command instead of mget, where I have to close FTP session for each file and open another FTP session for sending each file. For the second, third …files we have open and close sessions for source and destination.
By doing this if there are 100 files in the source system, there will be 100 sessions opened for source and another 100 for destination.
Any inputs ? What would be best practice ? mget or get ?
Regards,
Prashanth
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services