Any open source alternative for CuteFTP?

Basic requirement:

  • Secured file transfer from client machine to server.

  • Should have the option to schedule this file transfer i.e. every 24 hours it should transfer the file(s) from a given directory to the server directory.

link|improve this question
feedback

migrated from webapps.stackexchange.com Feb 5 '11 at 15:49

This question came from our site for power users of web applications.

2 Answers

up vote 2 down vote accepted

You could use FileZilla with a batch file to schedule the daily transfer. See http://forum.filezilla-project.org/viewtopic.php?f=1&t=1558

link|improve this answer
feedback

WinSCP

WinSCP is an open source free SFTP client and FTP client for Windows. Legacy SCP protocol is also supported. Its main function is safe copying of files between a local and a remote computer.

It has various Synchronizing functions, including "Keep remote directory up to date".

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.