Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法创建一个批处理文件,我们可以使用 WinSCP 编辑器编辑远程文件?
使用/edit命令行参数:
/edit
winscp.exe sftp://user@example.com/ /edit /home/user/file.txt
参考:WinSCP 命令行选项。