".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
[美国主机](https://www.idcspy.com/)商Hostwinds近年来发展一直不错,旗下的VPS主机、云服务器、虚拟主机等产品性能优越,所以不少用户会选择Hostwinds主机建站。之前有用户咨询如何用FTP客户端将文件上传到共享主机,今天我们就来看下将文件上传到Hostwinds主机的操作步骤。
1、我们首先要登录到[Hostwinds](/#)账户,然后点击对应产品/服务下的绿色“Manage”管理按钮。
![](https://www.idcspy.com/wp-content/uploads/2021/09/1-34.jpg)
2、进入到Hostwinds共享主机信息页面,在左侧Actions部分,点击“Login to cPanel”选项,然后在登录页面上输入电子邮件里面的登录凭据,以访问[cPanel面板](https://www.idcspy.com/cpanel.html "cPanel面板")。
![](https://www.idcspy.com/wp-content/uploads/2021/09/2-15.jpg)
3、登录到cPanel控制面板后,在页面右上方的General Information部分,我们会看到主机的专用IP,或者点击页面下方的Server Information,查看相关IP。
![](https://www.idcspy.com/wp-content/uploads/2021/09/3-5.jpg)
4、找到专用IP后,我们可以选择合适的FTP客户端上传文件。这里用的是[FileZilla](/#)工具,要访问主机,我们需输入IP地址、cPanel用户名和密码、端口号21。
![](https://www.idcspy.com/wp-content/uploads/2021/09/4-4.jpg)
5、连接成功后,将要传输的文件上传到public\_html文件夹或网站的文档根目录中,我们可以通过Web浏览器在地址栏中输入http://ServerIP(这里的ServerIP要替换为前面找到的实际专用IP),查看上传的文件。或者输入http://yourservername/~ Cpanel username访问站点,这里要将yourservername和~ Cpanel username需要替换为实际的服务器名称和cPanel用户名。
以上是关于如何在Hostwinds主机上用FTP客户端上传文件的教程介绍,实际上主要分为两步,首先要找到专用IP,然后便可用FTP客户端上传文件到共享主机了。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/105238.html