Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
–1 vote
174 views
in General by (120 points)
Hi,

This is in C# code, that I am able upload the files into server folder(OUT) using MultiplePut method.

SFTP_Client.ChDir("../" + lstrStagingFldr);

SFTP_Client.MultipleDelete("*");

SFTP_Client.MultiplePut(lstrSourcePath, lstrFileNamePattern);

Is there a way to place the same set of source files into another folder(Archive) within the same connectivity?

1 Answer

0 votes
by (8.2k points)

Please try renaming the files. You might be able to use the full path of the file to get it moved to another directory. However this will depend on the server.

Categories

...