Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/97.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 在iPad上创建SOCKS 5代理_Ios_Proxy_Client Server_Socks - Fatal编程技术网

Ios 在iPad上创建SOCKS 5代理

Ios 在iPad上创建SOCKS 5代理,ios,proxy,client-server,socks,Ios,Proxy,Client Server,Socks,我有一个桌面应用程序,它使用FTP在客户端和服务器之间进行文件传输。为了在客户端和服务器之间建立连接,它只使用我们编写的SOCKS 5代理服务器。我想将此应用程序移植到iOS设备。iPad/IPhone上是否支持创建FTP应用程序,该应用程序在两者之间使用SOCKS 5代理创建连接 谢谢, A.S我不想使用.PAC文件。你有没有找到使用iOS应用程序的SOCKS 5代理的解决方案

我有一个桌面应用程序,它使用FTP在客户端和服务器之间进行文件传输。为了在客户端和服务器之间建立连接,它只使用我们编写的SOCKS 5代理服务器。我想将此应用程序移植到iOS设备。iPad/IPhone上是否支持创建FTP应用程序,该应用程序在两者之间使用SOCKS 5代理创建连接

谢谢,
A.S

我不想使用.PAC文件。你有没有找到使用iOS应用程序的SOCKS 5代理的解决方案