python - Connecting to SFTP server via Windows' Command Prompt -


this question has answer here:

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

Popular posts from this blog

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -