Opened on Sep 15, 2010 at 12:19:23 PM
Closed on Sep 16, 2010 at 1:36:38 PM
Last modified on Sep 16, 2010 at 1:51:08 PM
#5199 closed defect (duplicate)
3.6.1 fails to list directory, and fails to log in
Reported by: | almo | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | 3.7 |
Component: | ftp | Version: | 3.6.1 |
Severity: | blocker | Keywords: | |
Cc: | Architecture: | Intel | |
Platform: | Mac OS X 10.6 |
Description
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.
Change History (7)
comment:1 Changed on Sep 16, 2010 at 12:49:25 PM by dkocher
- Component changed from core to ftp
comment:2 follow-up: ↓ 3 Changed on Sep 16, 2010 at 1:07:35 PM by almo
- Resolution set to invalid
- Status changed from new to closed
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.
comment:3 in reply to: ↑ 2 Changed on Sep 16, 2010 at 1:36:02 PM by dkocher
- Resolution invalid deleted
- Status changed from closed to reopened
Replying to 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.
comment:4 Changed on Sep 16, 2010 at 1:36:38 PM by dkocher
- Milestone set to 3.6.2
- Resolution set to duplicate
- Status changed from reopened to closed
Duplicate for #5168.
comment:5 follow-up: ↓ 7 Changed on Sep 16, 2010 at 1:48:08 PM by almo
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
comment:6 Changed on Sep 16, 2010 at 1:49:45 PM by almo
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)
Please post the transcript from the log drawer.