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

Files & Folders do not display #5573

Closed
cyberduck opened this issue Dec 15, 2010 · 1 comment
Closed

Files & Folders do not display #5573

cyberduck opened this issue Dec 15, 2010 · 1 comment
Assignees
Labels
bug fixed ftp FTP Protocol Implementation high priority
Milestone

Comments

@cyberduck
Copy link
Collaborator

bodach created the issue

After successful connection to FTP server no files or folders display in the browser window. Log indicates that the connection exists and lists the expected files and folders as being present. Connection to this server works perfectly using the OSX version of Cyberduck.

Log (user information redacted):

220 Service Ready for new User
FEAT
500 'FEAT' : Unknown Command
USER ****
331 Password Needed for Login
PASS ***************
230 User **** Logged in Successfully
PWD
257 "/data/FTP_pub" is Current Directory
NOOP
200 NOOP Command Successful
SYST
215 NETWARE  Type : L8
STAT /data/FTP_pub
211-  Client IP Address     172.30.64.17
211-  User         	    CN=****.OU=Users.OU=Admin.OU=Main.O=MHCC
211-  Current Context	    OU=Users.OU=Admin.OU=Main.O=MHCC
211-  Name Space	    LONG
211-  Current Directory	    /data/FTP_pub
211-  Current Server	    PEAK.MHCC.EDU
211-  Transfer Type	    ASCII
211-  Transfer Structure    FILE
211-  Files Sent	    0
211-  Files Received	    0
211-  Bytes Sent            0.000 KBytes
211-  Bytes Received	    0.000 KBytes
211-  Avg Transfer Rate     0.000 KBytes/sec
211-  Session Time	    0 Hr 0 Min 0 Sec
211-  Last Command	    SYST
211 End of Status
TYPE A
200 TYPE Command OK A
PORT 172,30,64,17,192,74
200 PORT Command OK
MLSD /data/FTP_pub
500 'MLSD /data/FTP_pub' : Unknown Command
PORT 172,30,64,17,192,75
200 PORT Command OK
LIST -a /data/FTP_pub
150 Opening data connection for -a /data/FTP_pub (172.30.64.17,49227)
total 0
- [RWCEAFMS] Petersm                             0 May 05  2004 /data/FTP_pub/WelcomeTo_PeakFTP
d [RWCEAFMS] Temp01                            512 Apr 16 11:19 /data/FTP_pub/10.1.3757
d [RWCEAFMS] Foxn                              512 Apr 16 08:47 /data/FTP_pub/procare_new
226 Transfer Complete
PORT 172,30,64,17,192,76
200 PORT Command OK
LIST /data/FTP_pub
150 Opening data connection for /data/FTP_pub (172.30.64.17,49228)
total 0
- [RWCEAFMS] Petersm                             0 May 05  2004 /data/FTP_pub/WelcomeTo_PeakFTP
d [RWCEAFMS] Temp01                            512 Apr 16 11:19 /data/FTP_pub/10.1.3757
d [RWCEAFMS] Foxn                              512 Apr 16 08:47 /data/FTP_pub/procare_new
226 Transfer Complete
@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 4bfbe7a.

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

No branches or pull requests

2 participants