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.
如果连接成功,是否有办法找到 ftp_get fail 的原因?
错误报告或显示错误是否适用于此。
谁能给出这个功能失败的一些一般原因?
如果文件为空会发生什么?
原因之一是您没有设置连接类型:主动或被动。在执行任何文件传输之前调用 ftp_pasv。