Page 1 of 1

SFTP Moving files

Posted: Wed Jul 23, 2014 9:50 pm
by lkomala
I am able to get the files from sftp site to local folder.
How do i move files in sftp site to Archive folder.

Need to move file in the SFTP site from landing folder to archive folder.

Thanks

Posted: Thu Jul 24, 2014 7:20 am
by chulett
How are you performing the SFTP right now? Basically it's just an O/S command to move the files but you would have to have permissions to be able to do that... which is not necessarily a given.

Posted: Thu Jul 24, 2014 11:11 pm
by ray.wurlod
Depending on which SFTP tool you are using, it may allow an "after" command that can be executed on the source site; if so, you could use an appropriate command (such as COPY or MOVE) to move the file to an archive folder.