Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rocket domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the mailchimp-for-wp domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114

Notice: 函数 _load_textdomain_just_in_time 的调用方法不正确soledad 域的翻译加载触发过早。这通常表示插件或主题中的某些代码运行过早。翻译应在 init 操作或之后加载。 请查阅调试 WordPress来获取更多信息。 (这个消息是在 6.7.0 版本添加的。) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114
FTP:在浏览器中访问服务器——操作方法 - Practical Tips

FTP:在浏览器中访问服务器——操作方法

by Pramith

您也可以直接在浏览器中访问FTP服务器,无需安装任何特殊软件。

无需登录即可访问FTP服务器

几乎所有当前的浏览器都内置了FTP客户端。这意味着您也可以通过浏览器中的HTTP协议访问电脑或笔记本电脑上存储的内容。

  • 但是,如果您想访问服务器,则只需遵循URL中的特定语法。FTP服务器的地址前缀为“ftp://”,而不是通常的“http://”或“https://”

  • 如果您不需要认证,URL的格式如下,例如:“ftp://SERVER_ADRESSE:PORT”

  • 然而,在大多数情况下,您无需指定端口,因为它会自动设置为默认端口“21”。

  • 在这些情况下,在地址栏中输入代码“ftp://”后的准确服务器地址即可。

在浏览器中:访问需要认证的FTP服务器

在许多FTP服务器上,您必须使用用户名和密码登录。您必须在地址栏中输入这两个信息:

  • 在这种情况下,您首先在服务器地址前输入用户名,然后输入密码。用冒号分隔两个输入项。然后用“@”将此输入项与服务器地址分隔开来。

  • 例如,呼叫如下:“ftp://USER:PASSWORD@SERVER_ADDRESS:PORT”。

  • 登录后,您可以在服务器的目录树中导航并下载文件。

Related Articles

Leave a Comment