Hi, I'm triyng to setup a connection to my FTP ser...
# ask-community-for-troubleshooting
b
Hi, I'm triyng to setup a connection to my FTP server using the source Files. I check the docs and support SFTP. Could that cause me an error? I try to config the source but I got.
Copy code
TimeoutError(110, 'Connection timed out') Traceback (most recent call last): File "/airbyte/integration_code/source_file/source.py"
1
m
@Boggdan Barrientos please share the complete logs
b
I talk with Abhi in the office hours. He said that is because FTP protocol is not supported, that have sense for me. I only want to be secure.
Copy code
Failed to load <sftp://aderea@ftp.unisupergt.com/CD> UNIBI/KARDEX/KardexDiarioUnisuper.csv: TimeoutError(110, 'Connection timed out') Traceback (most recent call last): File "/airbyte/integration_code/source_file/source.py", line 86, in check with client.reader.open(binary=client.binary_source): File "/airbyte/integration_code/source_file/client.py", line 78, in open self._file = self._open(binary=binary) File "/airbyte/integration_code/source_file/client.py", line 115, in _open return smart_open.open(uri, transport_params=transport_params, mode=mode) File "/usr/local/lib/python3.7/site-packages/smart_open/smart_open_lib.py", line 221, in open binary = _open_binary_stream(uri, binary_mode, transport_params) File "/usr/local/lib/python3.7/site-packages/smart_open/smart_open_lib.py", line 383, in _open_binary_stream fobj = submodule.open_uri(uri, mode, transport_params) File "/usr/local/lib/python3.7/site-packages/smart_open/ssh.py", line 74, in open_uri return open(uri_path, mode, transport_params=transport_params, **parsed_uri) File "/usr/local/lib/python3.7/site-packages/smart_open/ssh.py", line 145, in open conn = _connect(host, user, port, password, transport_params) File "/usr/local/lib/python3.7/site-packages/smart_open/ssh.py", line 99, in _connect ssh.connect(hostname, port, **kwargs) File "/usr/local/lib/python3.7/site-packages/paramiko/client.py", line 349, in connect retry_on_signal(lambda: sock.connect(addr)) File "/usr/local/lib/python3.7/site-packages/paramiko/util.py", line 283, in retry_on_signal return function() File "/usr/local/lib/python3.7/site-packages/paramiko/client.py", line 349, in <lambda> retry_on_signal(lambda: sock.connect(addr)) TimeoutError: [Errno 110] Connection timed out