Is there a way to create a batch file where we can edit a remote file using WinSCP editor?
有没有办法创建批处理文件,我们可以使用WinSCP编辑器编辑远程文件?
0
Use the /edit
command-line parameter:
使用/ edit命令行参数:
winscp.exe sftp://user@example.com/ /edit /home/user/file.txt
Reference: WinSCP Command-line Options.
参考:WinSCP命令行选项。
本站翻译的文章,版权归属于本站,未经许可禁止转摘,转摘请注明本文地址:http://www.itdaan.com/blog/2012/08/31/72071b1211cfb5fc64692c347ff1a789.html。