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.
我无法从我的 iOS 应用程序连接到 FTP 服务器(被动模式)。我不知道它是否与 ftp 服务器(linux 12.04 上的 proftpd)、端口范围或客户端(我使用的是 NSURLConnection)有关。
在此先感谢您的帮助。
马修
您是否尝试在您的信息流中设置kCFStreamPropertyFTPUsePassiveMode为?YES
kCFStreamPropertyFTPUsePassiveMode
YES