0

PuTTY SFTP コマンド シェルを使用してサーバーにファイルをアップロードしようとしています。私のチームメイトは 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 で同じ問題を回避できる人がいるかどうかを確認してください。

4

1 に答える 1

0

これらはシェル コマンドです。SFTP とは関係ありません。

Windows SSH クライアントを使用する場合は、まったく同じコマンドを実行できます。PuTTY 自体のように ( putty.exe)。

于 2015-09-25T09:01:54.907 に答える