amazon ec2 - How to upload files and folders to AWS EC2 instance? -


i use ssh connect ubuntu instance. ssh can administer files , folders on instance, how upload files , folders local machine instance?

is possible right ssh session, without using sftp clients?

as mentioned already, i've used winscp, logs me in "ec2-user" - make sure adjust user's permissions via ssh. example:

chown -r ec2-user /path/to/files 

(authenticate root user first.)

whatever folder or files need edit via winscp, allow permissions on them (otherwise permission denied error when trying upload/edit files in winscp).


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -