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

How to enable stat -l #4085

Closed
cyberduck opened this issue Jan 13, 2010 · 7 comments
Closed

How to enable stat -l #4085

cyberduck opened this issue Jan 13, 2010 · 7 comments
Assignees
Labels
enhancement ftp FTP Protocol Implementation worksforme

Comments

@cyberduck
Copy link
Collaborator

9c91ac3 created the issue

I already set defaults write ch.sudo.cyberduck ftp.sendStatListCommand false, but still cyberduck only uses in stat command to list, instead of using stat -l.
How do you enable this?

@cyberduck
Copy link
Collaborator Author

9c91ac3 commented

Replying to [4085 simsetp@…]:

I already set defaults write ch.sudo.cyberduck ftp.sendStatListCommand false, but still cyberduck only uses in stat command to list, instead of using stat -l.
How do you enable this?
I meant i set it to true of course.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The ftp.sendStatListCommand just determines if STAT is enabled or not to request a directory listing from the server. There is no such thing as STAT -l.

@cyberduck
Copy link
Collaborator Author

9c91ac3 commented

Replying to [comment:2 dkocher]:

The ftp.sendStatListCommand just determines if STAT is enabled or not to request a directory listing from the server. There is no such thing as STAT -l.

Yes there is, FlashFXP supports it:

http://www.flashfxp.com/features.php

Would be a very nice feature to add and should be fairly simple to do, just sent stat -l instead of just stat when you wanna list dirs and should give alot more speed when listing dirs with alot of dirs/files.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:3 SimonTP]:

Replying to [comment:2 dkocher]:

The ftp.sendStatListCommand just determines if STAT is enabled or not to request a directory listing from the server. There is no such thing as STAT -l.

Yes there is, FlashFXP supports it:

http://www.flashfxp.com/features.php

Would be a very nice feature to add and should be fairly simple to do, just sent stat -l instead of just stat when you wanna list dirs and should give alot more speed when listing dirs with alot of dirs/files.

We do support STAT, just without the -l flag which I don't know what it is useful for.

@cyberduck
Copy link
Collaborator Author

9c91ac3 commented

Replying to [comment:4 dkocher]:

Replying to [comment:3 SimonTP]:

Replying to [comment:2 dkocher]:

The ftp.sendStatListCommand just determines if STAT is enabled or not to request a directory listing from the server. There is no such thing as STAT -l.

Yes there is, FlashFXP supports it:

http://www.flashfxp.com/features.php

Would be a very nice feature to add and should be fairly simple to do, just sent stat -l instead of just stat when you wanna list dirs and should give alot more speed when listing dirs with alot of dirs/files.

We do support STAT, just without the -l flag which I don't know what it is useful for.

Stat -l is alot faster then just stat, also when using just stat its list all directories/files in the console that also makes listing dirs with alot of dirs/files very slow.

http://www.ftprush.com/ftp-stat-list.html

Use STAT -l to listing directory
Popular FTP servers already support "STAT -l" command to transferring dir list via control channel, for example glFTPD, raidenFTPD, microsoft FTPD, ProFTPD and PureFTPD. without create new connection to server the FTP client retrieves the directory information from control channel to saving time, It's very fast.

@cyberduck
Copy link
Collaborator Author

9c91ac3 commented

Any chance of this being implemented? A real pain that listing big dirs takes 10-15sec, when i can take 50ms in FlashFXP

@cyberduck
Copy link
Collaborator Author

@dkocher commented

As said previously we do support STAT with the directory listing on the control channel.

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

No branches or pull requests

2 participants