".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/)还是使用VPS,大家都习惯性的去配置FTP记录,但是最近Vultr VPS部分用户反映,无法找到配置方法,别担心,小编来教大家如果处理这个现象,一起看过来吧!
根据这个情况,小编咨询[Vultr](/#)客服,客服给了如下答复:
![](https://www.idcspy.com/wp-content/uploads/2020/09/ftp1.jpg)
原来Vultr VPS使用的是FTP的安全版本SFTP,不是常规的FTP。大家可以安装SFTP的软件,比如WinSCP,新建站点,如图:
![](https://www.idcspy.com/wp-content/uploads/2020/09/ftp2.jpg)
要通过SFTP连接,您必须将您的客户端软件设置为:
主机=您的IP地址,可以在my.vultr.com的服务器页面上找到
端口= 22
协议= SFTP
用户名=在服务器页面上
密码=在服务器页面上
如图:
![](https://www.idcspy.com/wp-content/uploads/2020/09/ftp3.jpg)
以上就是Vultr VPS设置FTP图文教程介绍,出现无法设置的用户就按照小编上述的方法就可以了。
推荐教程:《[Vultr VPS更换操作系统图文教程](/#)》"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/106820.html