In this article i am going to show you how to connect SSH, SFTP and FTP servers using Nautilus in ubuntu 13.04. Please follow the procedure given below.
Open Nautilus Location Bar (open your home folder) and goto the “File” menu then select“Enter Location” option.
For SSH, use:
ssh://username@ssh.server.com
For FTP, use:
ftp://username@ftp.server.com
For SFTP, use:
sftp://username@sftp.server.com
Note: Replace username and server address with your username and server address.
I you want to specify your password manually, change the above like:
For SSH, use:
ssh://username:password@ssh.server.com
For FTP, use:
ftp://username:password@ftp.server.com
For SFTP, use:
sftp://username:password@sftp.server.com
First time, It may ask you to verify the identity of the server. Click on “Log in Anyway” to continue.
You will be prompted for a password if needed. Enter your passwordand hit “Connect”button.
That’s it. you are connected to the remote server.
来源:http://www.lessons4you.info/how-to-connect-ssh-sftp-and-ftp-servers-using-nautilus-ubuntu-13-04/
本文介绍如何通过Ubuntu 13.04中的Nautilus文件管理器连接SSH、SFTP和FTP服务器。文章详细说明了连接不同类型服务器的具体步骤,并提供了手动输入密码的方法。





588

被折叠的 条评论
为什么被折叠?



