Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 CodeIgniter (CI) PHP 框架。当我使用 FTP 类执行某些功能时,它会出现问题。一位用户建议我尝试在 FQDN 下连接到 FTP。我的问题是本地主机是什么?
localhost is a FQDN. On most computers, it translates to 127.0.0.1 in IPv4 or ::1 in IPv6. I'd be tempted to look into port numbers and passive mode if you're having problems with FTP.
localhost
127.0.0.1
::1