Home:ALL Converter>SFTP: Monitor a remote folder and copy new files added using SFTP on Windows

SFTP: Monitor a remote folder and copy new files added using SFTP on Windows

Ask Time:2012-05-29T23:15:22         Author:VENUGOPAL TALAPALLIKOTTURI

Json Formatter

I need to monitor a folder on a remote server and copy new files added using SFTP to a local folder on Windows. Is there a SFTP client which can be configured and scheduled to monitor a remote folder and copy files over automatically? OR Do i have to write a windows service to accomplish this using some third party SFTP library?

Thank you.

Author:VENUGOPAL TALAPALLIKOTTURI,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/10801958/sftp-monitor-a-remote-folder-and-copy-new-files-added-using-sftp-on-windows
VENUGOPAL TALAPALLIKOTTURI :

The files can be copied from or to the SFTP server in two ways\n\n\nCreate a custom .net service to monitor the folder on SFTP server and copy the files using a third party SFTP client library. The following are some of the libraries available.\n\na. Open source library SSH.Net on CodePlex\n b. Rebex SFTP for .Net\n c. Ultimate SSH Expert package for .Net \nInstall a third party SFTP client capable of monitoring folders and scheduling tasks. The following are some of the clients tools which seems to have these features \n\na. CrushFTP\n\nb. JaSFtp\n",
2012-05-31T18:48:43
yy