Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unusual ports like 2121 are not supported #78

Open
AAverin opened this issue Oct 15, 2013 · 0 comments
Open

Unusual ports like 2121 are not supported #78

AAverin opened this issue Oct 15, 2013 · 0 comments

Comments

@AAverin
Copy link

AAverin commented Oct 15, 2013

Traceback (most recent call last):
File "D:\Work\Projects\php_greeksoulmate\git-ftp.py", line 489, in
main()
File "D:\Work\Projects\php_greeksoulmate\git-ftp.py", line 147, in main
ftp = ftplib.FTP(options.ftp.hostname, options.ftp.username, options.ftp.password)
File "C:\Work\Python26\lib\ftplib.py", line 116, in init
self.connect(host)
File "C:\Work\Python26\lib\ftplib.py", line 131, in connect
self.sock = socket.create_connection((self.host, self.port), self.timeout)
File "C:\Work\Python26\lib\socket.py", line 547, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 11004] getaddrinfo failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant