I'm new to SFTP servers, I was able to read my file from remote SFTP server and able to process the data. Now my major concern is how to move the file in Archive folder in the same remote server.
I'm using Nodejs and ssh2-sftp-client to connect the server and read the files.
directory |- main |- Archive |- file.txt
Thanks in advance for the your replies.