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?