I need a windows remote sftp program?

Discussion in 'Programming' started by pc_user, Mar 21, 2007.

  1. #1
    I need a windows program that will remotely login via sftp and download files automatically at set intervals throughout the day. I imagine there are more than a few. Any experience with any of them?
     
    pc_user, Mar 21, 2007 IP
  2. hemolack

    hemolack Guest

    Messages:
    31
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I use WinSCP (which also support sftp) when I want a GUI tool. It has a nice GUI ftp-ish interface.

    You may want to consider pscp (from the Putty website). It is a command-line scp client that will allow you to use a private key file for authentication so you can stick it in a Windows .bat file and schedule it to run automatically. The private key will keep you from having to type in the password as it runs or keeping your password in a plain-text file. It also supports sftp.
     
    hemolack, Mar 21, 2007 IP
  3. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #3
    dunno about the set interval thing, but winscp does certainly do sftp.

    could I ask why sftp ? or was you just being letter happy with your abbreviations ? also do you mean sftp or shell ?

    I could write you a command line program to run as a scheduled task if it suits ....
     
    krakjoe, Mar 21, 2007 IP
  4. pc_user

    pc_user Notable Member

    Messages:
    1,891
    Likes Received:
    94
    Best Answers:
    0
    Trophy Points:
    235
    #4
    Well, for starters, this is for windows.

    Secondly, sftp, meaning secure ftp, so there is a value to that. As why people still use ftp for their data, I don't know but sftp is how we transfer confidential data.

    To me, using ftp verses sftp would be like telnet verses ssh.
     
    pc_user, Mar 21, 2007 IP
  5. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #5
    you don't get scheduled tasks for linux, so clearly I know it's for windows, but whatever .....
     
    krakjoe, Mar 21, 2007 IP
  6. stugs

    stugs Peon

    Messages:
    157
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    filezilla has some scripting capabilities as well.
     
    stugs, Mar 21, 2007 IP