How to use SFTP with AWS Keys.
sftp -i "yourkey" ec2-user@your-server |
To copy files to server. File will copied to user’s home directory.
sftp> put file.txt . |
cloud engineer
How to use SFTP with AWS Keys.
sftp -i "yourkey" ec2-user@your-server |
sftp -i "yourkey" ec2-user@your-server
To copy files to server. File will copied to user’s home directory.
sftp> put file.txt . |
sftp> put file.txt .
How to login using SFTP on a non-standard port.
sftp -oPort=2233 username@servername |
sftp -oPort=2233 username@servername
Get list of commands.
sftp help |
sftp help