I need a Windows application that works like *nix's lftp. The Windows host will download the latest changes made to FTP Server #1, and upload those changes to FTP Server #2. Server #2 can't pull files directly from Server #1 because it's a www shared host with no shell account.

The requirements are:

  1. Windows app available for XP/Vista/W7
  2. Must run either as icon or service. I don't want to have an extra icon open in the task bar
  3. Reliable, so I don't have to worry about it.

Is there an application you would recommend? Thank you.

link|improve this question

50% accept rate
WinSCP running a script to do what you want, can run it as a Scheduled Task or create shortcut/icon to run it manually... – Chris S Jan 6 '11 at 14:19
Thanks for the tip. I got it running, but wouldn't rather a program sitting as an icon with a GUI instead of a shell-script running through Windows' Scheduled Tasks, so I can keep an eye on it. – user15318 Jan 7 '11 at 11:50
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.