".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)'); } }) })
[HawkHost](/#)又称老鹰主机,拥有洛杉矶、达拉斯、香港、新加坡等多个机房,目前主要提供共享虚拟主机、VPS、云主机、域名等产品服务。HawkHost虚拟主机默认是用[cPanel面板](https://www.idcspy.com/cpanel.html "cPanel面板")管理,能轻松创建站点、FTP等。本文主要介绍下如何在cPanel中创建FTP账号。
HawkHost云虚拟主机、半专用主机和经销商主机计划都允许您为自己的服务创建无限数量的FTP账号。FTP是一种用于在您的托管帐户和您的本地系统之间传输文件的协议。这里以HawkHost[美国主机](https://www.idcspy.com/)为例,您可以先登录帐户面板,网址为https://yourdomain.com/cpanel或者https://yourdomain.com:2083。
成功登录到cPanel后,搜索FTP Accounts,找到FTP账户界面。
![](https://www.idcspy.com/wp-content/uploads/2023/02/ftp1.png)
在cPanel的FTP帐户界面中,使用提供的字段创建新的FTP用户:如填写FTP用户名、绑定的域名、FTP用户登录密码、虚拟主机账户下的默认目录、允许该FTP用户上传并存储在其默认目录中的最大文件总数等。
![](https://www.idcspy.com/wp-content/uploads/2023/02/ftp2.png)
填写完所有必填的字段后,单击Create FTP Account按钮添加FTP新账号。
如果FTP账号创建成功,您的新FTP账号将出现在FTP Accounts部分:
![](https://www.idcspy.com/wp-content/uploads/2023/02/ftp3.png)
以上是在HawkHost主机中使用cPanel创建FTP账号的主要步骤介绍,创建好FTP账号后,您便可以进行文件传输等操作。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103155.html