".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)'); } }) })
SugarHosts这个主机商在国内站长中间还是备受好评的,有一个好听的中文名叫糖果主机,这家成立于2009年的[国外主机商](https://www.idcspy.com/idc/)目前提供虚拟主机、VPS主机以及独立服务器等产品服务。有站长咨询过关于账户相关的问题,本文小编就给大家说一说如何查看和修改虚拟主机的FTP用户名和密码。
![](https://www.idcspy.com/wp-content/uploads/2021/09/sugarhosts-2.png)
**一、如何查看和修改SugarHosts虚拟主机主FTP用户名和密码**
1、打开[SugarHosts](/#)客户中心,进入需要查看或修改用户名和密码的虚拟主机详细信息页面。
2、在“附加信息”区域即可查看该虚拟主机的默认FTP用户名及密码。
3、在左侧“操作”边栏中点击“更改密码”选项,即可修改该虚拟主机的默认FTP密码。
值得注意的是:虚拟主机主FTP的用户名是无法修改的。
**二、如何修改cPanel控制面板中手动创建的FTP账号密码**
1、在cPanel控制面板“文件功能区”点击打开“FTP账户选项”。
2、在页面中部“FTP账户”区域找到需要修改密码的账户,点击“更改密码”。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/105153.html