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

Cyberduck 4.0b8 (8071) Microsoft FTP Stat command #5572

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

Cyberduck 4.0b8 (8071) Microsoft FTP Stat command #5572

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

b47cc2d created the issue

Hello,

It seems that this was a problem with other versions of cyberduck.

This makes the product absolutely unusable for our shop, which is quite unfortunate.

STAT only returns the first directory.
I believe LIST should be used instead (gleaned from other posts, not an expert in FTP).



Please help,

-Edward


-Here is a log from cyberduck:*

220 Microsoft FTP Service
FEAT
530 Please login with USER and PASS.
USER ******
331 Password required for **********.
PASS ***************
230 User ****** logged in.
NOOP
200 NOOP command successful.
SYST
215 Windows_NT
STAT /www
213-status of /www:
09-24-09  12:57PM       <DIR>          ATTENDANCE

-Here is a log from Core FTP LE:*

Welcome to Core FTP, release ver 2.1, build 1649 (U) -- © 2003-2010
WinSock 2.0
Mem -- 2,097,151 KB, Virt -- 2,097,024 KB
Started on Wednesday December 15, 2010 at 11:29:AM
Connect socket #796 to 98.129.12.106, port 21...
220 Microsoft FTP Service  
USER **********  
331 Password required for **********.  
PASS **********  
230 User ********** logged in.  
SYST  
215 Windows_NT  
Keep alive off...
PWD  
257 "/" is current directory.  
CWD /www/  
250 CWD command successful.  
PORT 10,10,10,16,99,20  
200 PORT command successful.  
LIST  
150 Opening ASCII mode data connection for /bin/ls.  
226 Transfer complete.  
Transferred 1,155 bytes in 0.001 seconds
@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 8e0222c.

@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