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

Microsoft FTP server, -A, and "500 'EPRT |1|[IP address|[high port number|': command not understood #689

Closed
cyberduck opened this issue Aug 19, 2006 · 1 comment
Assignees
Labels
bug ftp FTP Protocol Implementation wontfix

Comments

@cyberduck
Copy link
Collaborator

bec7e03 created the issue

I've encountered a situation where a site is apparently running a Microsoft FTP server and the only way to get in is to (a) use the -A option and (b) completely disable my firewall. The reason is the FTP server uses some high-numbered port in a random fashion, purportedly in the name of "security". (Microsoft's idea of security is to hide something somewhere thinking that it won't be found).

Is there anything you can do to enhance Cyberduck to avoid disabling the firewall?!

Thanks.

Here's the output I'm getting from that server (I have obfuscated private info about the server
and other things below because it's private stuff):

Last login: Fri Aug 11 21:49:48 on console
Welcome to Darwin!
iMac:~ pf$ ftp -A www.xxxxx.com
Connected to www.xxxxx.com.
220-Microsoft FTP Service
220 Welcome to UUUUU-WWW FTP Site.
Name (www.xxxxx.com:pf): [omitted]
331 Password required for [omitted].
Password: 230-In order to maintain space on this site, please keep in mind that directories and files will be purged regulary.
    Thank you --the Team.
230 User xxxxx logged in.
Remote system type is Windows_NT.
ftp> bin
200 Type set to I.
ftp> dir
500 'EPRT |1|11.222.333.228|52969|': command not understood
@cyberduck
Copy link
Collaborator Author

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug ftp FTP Protocol Implementation wontfix
Projects
None yet
Development

No branches or pull requests

2 participants