Upload file through SFTP : Command Line

option echo off
option batch on
option confirm off
open sftp://was@10.121.144.78:22/ -privatekey=E:\key.ppk -passphrase="passphrase"
lcd E:\ put -nopermissions -nopreservetime *.zip /usr/*.zip
exit

Comments

Popular posts from this blog

Base 64 encoding and decoding

LINQ Queries with GROUP BY, INNER JOIN, COUNT and SUM: Examples

How to write Custom delete Confirmation Modal for Kendo Grid in MVC: