https://bugs.kde.org/show_bug.cgi?id=509961
--- Comment #14 from Rafael Linux User <[email protected]> --- Yes, of course, I just want to solve this problem; I mentioned the rest in case it had any relation. This is the output of your command: -> PX_FORCE_CONFIG=kde G_MESSAGES_DEBUG=all QT_LOGGING_RULES=kf.kio.workers.ftp.debug=true kioclient ls ftp://ftp.slackware.com kf.kio.workers.ftp: Starting kf.kio.workers.ftp: "ftp.slackware.com" port= 0 user= "" (process:56052): GLib-GIO-DEBUG: 13:54:11.225: _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’ (process:56052): pxbackend-DEBUG: 13:54:11.226: Active config plugins: (process:56052): GLib-GIO-DEBUG: 13:54:11.226: Failed to initialize portal (GNetworkMonitorPortal) for gio-network-monitor: Not using portals (process:56052): GLib-GIO-DEBUG: 13:54:11.227: _g_io_module_get_default: Found default implementation networkmanager (GNetworkMonitorNM) for ‘gio-network-monitor’ (process:56052): pxbackend-DEBUG: 13:54:11.227: px_manager_constructed: Up and running (process:56052): pxbackend-DEBUG: 13:54:11.227: px_manager_get_proxies_sync: url=ftp://ftp.slackware.com:0 online=1 (process:56052): pxbackend-DEBUG: 13:54:11.227: px_manager_get_proxies_sync: Proxy[0] = direct:// kf.kio.workers.ftp: proxy urls: QList() kf.kio.workers.ftp: QUrl("ftp://ftp.slackware.com") kf.kio.workers.ftp: host= "ftp.slackware.com" , port= 0 , user= "" password= [password hidden] (process:56052): pxbackend-DEBUG: 13:54:11.291: px_manager_get_proxies_sync: url=tcp://ftp.slackware.com:21 online=1 (process:56052): pxbackend-DEBUG: 13:54:11.291: px_manager_get_proxies_sync: Proxy[0] = direct:// kf.kio.workers.ftp: m_bLoggedOn= false m_bBusy= false kioclient: Máquina ftp.slackware.com: Equipo no encontrado desconocida kf.kio.workers.ftp: Done kf.kio.workers.ftp: Keep in mind anyway that attempting to access external FTP sites will most likely not work on my network, because DNS probably won't resolve those URLs. The FTP URLs I use are all local IPs, which is why I require that a proxy be used with the FTP protocol. ->ftp ftp.slackware.com ftp: Can't lookup `ftp.slackware.com:ftp': Unknow name or service >The problem is that later when the worker makes a TCP connection to the server >it queries for the SOCKS proxy, and there libproxy reads the http_proxy >environment variable and thus we get the wrong proxy for that. Unsetting >http_proxy should make it work for you then Regarding that, I understand that neither the ftp command nor the pcman-qt file manager use that library, just like FileZilla (which also works) uses another one—is that correct? -- You are receiving this mail because: You are watching all bug changes.
