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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -