在Windows SFTP中使用Sudo切换用户?

时间:2015-09-25 08:14:42

标签: sftp putty windows-shell switch-user

我正在尝试使用PuTTY SFTP命令shell在我的服务器上上传文件。 我的队友一直在使用Mac,Linux是我们的服务器,所以他们有预定义的命令。

我正在使用Windows并且需要执行以下操作(这些是用于SFTP的Mac上的ssh命令):

# Copy from my laptop to my home directory  /home/username
# Change the permissions on your folder:  
chmod 777 /home/username # this is giving issues

# Change to the "ABC" user: 
sudo su gcnweb # this is not working in windows

cd /path../  # Go to the deployment directories //no issues here

cp /path of the director/ # Copy the files from your home dir to the deployment dir //no issues here

请检查以上内容,是否有人可以使用PuTTY SFTP在Windows中解决相同的问题。

1 个答案:

答案 0 :(得分:0)

这些是shell命令。它与SFTP无关。

如果使用Windows SSH客户端,则可以执行完全相同的命令。像PuTTY本身一样(putty.exe)。