How to Transfer files using SSH

SSH or secure shell is best and secured way to connect and remotely manage your computer from anywhere
but most of the time people  use it from terminal which is text based CLI . it really difficult for beginners to transfer files using secure copy command .
if you want to transfer files in GUI mode here is the quick and dirty way :
1 : open file manger and click on file  connect to server 
.
first
2 : fill up hostname or server IP, choose port 22 , and the folder that you want to mount and finally username and password , and click connect
2


3: after connection automatically mounted folder will open , then use that folder for normal file operation,
if you want to copy anything just drag and drop that file

drag
5: after transferring data unmount the location or keep it it depends on you
done

Watch it in action

Done ! enjoy transferring file over ssh  .

No comments:

Post a Comment

leave your comments
Thanks !