How to connect to FTP with a web browser
There are a few ways to connect by FTP to a host. One of the easiest ways is to use Internet Explorer as an FTP browser.
In order to connect by FTP, you just need to use the following address:
ftp://YourFtpUser:YourFtpUserPassword@yourdomain.com
However, if your FTP user to connect is similar to user@yourdomain.com then you will have to URL encode it like this:
ftp://YourFtpUser%40YourDomain.com:YourFtpUserPassword@yourdomain.com
In the above case it is important to note what the FTP username is:
YourFtpUser%40YourDomain.com
This address is URL-encoded and comes from YourFtpUser@YourDomain.com where @ has been substituted with%40, which is the ASCII code for @.
For more information about FTP you can check SiteGround's FTP Tutorial.
If you still have problems connecting by FTP, it is possible that your outgoing TCP port 21 is blocked by your local firewall or Internet service provider. If this is not the case, then your FTP server might be unreliable and you should transfer to a stable FTP service provider.
怎样通过浏览器链接ftp服务器
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
推荐阅读更多精彩内容
- PLEASE READ THE FOLLOWING APPLE DEVELOPER PROGRAM LICENSE...
- 今天被首页推荐了。这是我在简书第2次被推荐首页专题,内心多少会有一些小激动。 我是从上个月,也就是9月20号开始在...