I have created an EC2 instance in amazon , But i have no idea how to upload files in it, I use mac , so some one please guide me, their document did not help me .
2510 次
1 に答える
4
インスタンスのオペレーティング システムは何ですか?
Linux マシンの場合は、scp を使用できます。
scp -i key.pem somefile.txt root@someip.compute-1.amazonaws.com:/tmp/
Windows の場合、これが役立つ場合があります: http://haacked.com/archive/2010/05/17/remote-desktop-file-copy.aspx
于 2012-09-30T13:27:32.513 に答える