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

3.6.1 fails to list directory, and fails to log in #5199

Closed
cyberduck opened this issue Sep 15, 2010 · 7 comments
Closed

3.6.1 fails to list directory, and fails to log in #5199

cyberduck opened this issue Sep 15, 2010 · 7 comments
Assignees
Labels
bug duplicate ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

e132b2c created the issue

I just upgraded to 3.6.1. Now it fails to list any files for an existing bookmark that worked just before the upgrade. Also, another bookmark fails to log in like I have the password wrong.

I'm having to resort to using another FTP client.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post the transcript from the log drawer.

@cyberduck
Copy link
Collaborator Author

e132b2c commented

Ok, here's what happened. It asked me if I should do a secure version of FTP. It didn't work. I went to the bookmark and changed it back to standard FTP, and it still didn't work, so I thought there was a problem.

It turns out that it was still on secure FTP. After changing it to standard again, it started working.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:2 almo]:

Ok, here's what happened. It asked me if I should do a secure version of FTP. It didn't work. I went to the bookmark and changed it back to standard FTP, and it still didn't work, so I thought there was a problem.

It turns out that it was still on secure FTP. After changing it to standard again, it started working.

Still interesting and would like to anlyze this further because others are having the same issue (#5168). Can you post both transcript from the log drawer when connecting with plain FTP as well as with TLS.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #5168.

@cyberduck
Copy link
Collaborator Author

e132b2c commented

Ok, here it is:

220- Web Hosting FTP Server
All Access is LOGGED
If this is not your Web Hosting account
DISCONNECT IMMEDIATELY

If you are unsure what your FTP Username and/or
Password is, Please Login to the Account Management
Site click on Account Info under the Website Account
Info heading

220 ProFTPD 1.3.3 Server (Customer FTP Server) [216.239.138.146]
AUTH TLS
234 AUTH TLS successful
USER <username>
331 Password required for mania003
PASS ********
230 User <username> logged in
PBSZ 0
200 PBSZ 0 successful
PROT P
200 Protection set to Private
FEAT
211-Features:
 MDTM
 MFMT
 TVFS
 UTF8
 AUTH TLS
 MFF modify;UNIX.group;UNIX.mode;
 MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*;
 PBSZ
 PROT
 SITE MKDIR
 SITE RMDIR
 SITE UTIME
 SITE SYMLINK
 REST STREAM
 LANG it-IT;bg-BG;en-US;zh-CN;ru-RU;ko-KR;zh-TW;fr-FR
 SIZE
211 End
OPTS UTF8 ON
200 UTF8 set to on
PWD
257 "/" is the current directory
NOOP
200 NOOP command successful
SYST
215 UNIX Type: L8
PASV
227 Entering Passive Mode (216,239,138,146,222,43).
LIST -a
150 Opening ASCII mode data connection for file list
425 Unable to build data connection: Operation not permitted

@cyberduck
Copy link
Collaborator Author

e132b2c commented

And here's the plain one:


220-      Web Hosting FTP Server
           All Access is LOGGED
 If this is not your Web Hosting account 
           DISCONNECT IMMEDIATELY
 
 If you are unsure what your FTP Username and/or 
 Password is, Please Login to the Account Management 
 Site click on Account Info under the Website Account 
 Info heading
 
220 ProFTPD 1.3.3 Server (Customer FTP Server) [216.239.138.146]
USER <username>
331 Password required for mania003
PASS ********
230 User <username> logged in
FEAT
211-Features:
 MDTM
 MFMT
 TVFS
 UTF8
 AUTH TLS
 MFF modify;UNIX.group;UNIX.mode;
 MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*;
 PBSZ
 PROT
 SITE MKDIR
 SITE RMDIR
 SITE UTIME
 SITE SYMLINK
 REST STREAM
 LANG it-IT;bg-BG;en-US;zh-CN;ru-RU;ko-KR;zh-TW;fr-FR
 SIZE
211 End
OPTS UTF8 ON
200 UTF8 set to on
PWD
257 "/" is the current directory
NOOP
200 NOOP command successful
SYST
215 UNIX Type: L8
PASV
227 Entering Passive Mode (216,239,138,146,227,30).
LIST -a
150 Opening ASCII mode data connection for file list

(successful directory listing deleted)

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:5 almo]:

Turns out this is the same issue as in #5087. Documented in FTP.

@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 duplicate ftp FTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants