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

Can't get a listing #3

Closed
talanc opened this issue Jan 17, 2016 · 3 comments
Closed

Can't get a listing #3

talanc opened this issue Jan 17, 2016 · 3 comments
Assignees

Comments

@talanc
Copy link

talanc commented Jan 17, 2016

I can't get a listing using System.Net.FtpClient and FtpServer. I create the server and try a listing and this this the result: https://github.com/talanc/FtpServerTest/blob/master/FtpServerTest/TestCreated.ClientError.txt

I ran the Sample Ftp Server provided and here's the server log: https://github.com/talanc/FtpServerTest/blob/master/FtpServerTest/TestLocal.ServerDebug.txt

I thought I might be using System.Net.FtpClient incorrectly, but I've included a Test Case for ftp.gnu.org and it works.

Is it something on my computer I need to do?

@fubar-coder fubar-coder self-assigned this Jan 17, 2016
@fubar-coder
Copy link
Contributor

That is strange. PASV works, but not EPSV. It seems that the connection gets reset after the EPSV got received, but my code doesn't close the connection. I'll have to do further investigation.

@ChronosWS
Copy link

Also hitting this under the same conditions.

@talanc
Copy link
Author

talanc commented Feb 7, 2016

It works now -- thank you.

fubar-coder pushed a commit that referenced this issue Jan 22, 2019
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

3 participants