Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the best free scriptable SFTP client for windows? [closed]

Tags:

windows

sftp

What's the best free scriptable SFTP client for windows?

I've looked at WinSCP and FileZilla. WinSCP seems quite buggy (click here), and FileZilla doesn't seem very scriptable.

Any suggestions?

Basically what I want to do is: from a scheduled task, log onto a remote server, pull any files across, and then delete them from the remote server.

like image 530
Chris Avatar asked Jun 02 '09 01:06

Chris


1 Answers

You can use the scp client that comes with putty pscp. You can use pscp on the command line like scp in a linux command line.

like image 87
Janusz Avatar answered Nov 11 '22 21:11

Janusz