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

error parsing PASV response ('EPSV': command not understood.) #1

Closed
bbigras opened this issue Apr 30, 2015 · 2 comments
Closed

error parsing PASV response ('EPSV': command not understood.) #1

bbigras opened this issue Apr 30, 2015 · 2 comments

Comments

@bbigras
Copy link

bbigras commented Apr 30, 2015

The FTP server I'm using seems to not support the EPSV command. I can't change the FTP server.

goftp: 0.000 #1 opening control connection to [192.168.0.1]:21
goftp: 0.045 #1 sending command USER username
goftp: 0.046 #1 got 331-Password required for username.
goftp: 0.046 #1 sending command PASS ******
goftp: 0.049 #1 got 230-User username logged in.
goftp: 0.049 #1 sending command FEAT
goftp: 0.050 #1 got 500-'FEAT': command not understood.
goftp: 0.051 #1 server doesn't support FEAT: 500-'FEAT': command not understood.
goftp: 0.051 #1 was ready
goftp: 0.052 #1 sending command TYPE I
goftp: 0.053 #1 got 200-Type set to I.
goftp: 0.053 #1 sending command EPSV
goftp: 0.055 #1 got 500-'EPSV': command not understood.
goftp: 0.055 #1 server doesn't support EPSV: 500-'EPSV': command not understood.
goftp: 0.056 #1 sending command PASV
goftp: 0.057 #1 got 227-Entering Passive Mode (192,168,0,1,15,155)
goftp: 0.057 #1 error opening data connection: error parsing PASV response ('EPSV': command not understood.)
panic: error parsing PASV response ('EPSV': command not understood.)
@muirmanders
Copy link
Contributor

Should be resolved in 7269bdb. Thanks for the report.

@bbigras
Copy link
Author

bbigras commented Apr 30, 2015

It works. Thanks for the quick fix.

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

2 participants