如何使用PuTTY将文件传输到服务器上?
在我的Win7盒子上调用PuTTY中的SCP时,它不允许我使用C:/,但我也不知道在我的本地机器上,它默认会在哪里找文件。程序目录和用户目录都不行。例如,我把file.txt保存在PuTTY.exe旁边,也保存在C:\Users\Me中,但在PuTTY中调用SCP file.txt file.txt两次都失败了,
cp: cannot stat ‘file.txt’
那么,我如何使用PuTTY将文件传输到服务器上呢? EDIT: 另外,调用SCP file.txt myserver:file.txt
也会出现类似的错误:file.txt: No such file or directory