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
Post a Comment