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 で同じ問題を回避できる人がいるかどうかを確認してください。