Is there a way to create a batch file where we can edit a remote file using WinSCP editor?
有没有办法创建批处理文件,我们可以使用WinSCP编辑器编辑远程文件?
1 个解决方案
#1
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命令行选项。
#1
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命令行选项。