python - Connecting to SFTP server via Windows' Command Prompt -
this question has answer here:
- secure ftp using windows batch script 3 answers
i'm wondering if there's way connect sftp server windows' command prompt, executing batch file. need install additional software? software?
the purpose pretty basic file operations (upload, delete, rename) on remote sftp server executing batch file.
and way, have heard python's fabric library, , wonder whether it's better solution batch script mentioned basic file operations?
thanks lot!
the built in ftp command doesn't have facility security. can use winscp, open source free sftp client , ftp client windows.
Comments
Post a Comment