I'm wondering if there's any way to connect SFTP
server with Windows' Command Prompt, by only executing batch file.
Do I need to install additional software? which software?
The purpose is to do pretty basic file operations (upload, delete, rename) on remote SFTP
server by executing a batch file.
And by the way, I have heard about python
's Fabric
library, and I wonder whether it's better solution than the batch script for the mentioned basic file operations?
Thanks a lot!