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

Listing directory contents very slow (45 seconds to over a minute) #6407

Closed
cyberduck opened this issue Nov 29, 2011 · 4 comments
Closed

Listing directory contents very slow (45 seconds to over a minute) #6407

cyberduck opened this issue Nov 29, 2011 · 4 comments

Comments

@cyberduck
Copy link
Collaborator

43dce55 created the issue

When attempting to list a directory from the FileApp Pro ftp server on the iPhone, it takes a really long time (>45 seconds). The directories only have 2-9 items in them.

If I let it run 1-2 seconds and hit the STOP button, the listing come back complete.

If I don't hit the stop button, it takes 45 seconds to a minute or longer to return the directory listing back-- even with only two items in the directory.

If I use FileZilla 3.5.2 and connect to the same iPhone via FileApp Pro, the directory listings are returned almost immediately (<2 seconds).

The behavior is correct with FileZilla 3.5.2

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post the transcript from the log drawer (⌘-L).

@cyberduck
Copy link
Collaborator Author

43dce55 commented

Here is the contents from the Log Drawer:

220 FileApp - FTP Server
USER anonymous
331 Password please.
PASS ********
230 User logged in.
FEAT
211-Extensions supported:

 XPWD

 EPRT

 EPSV

 ALLO

 APPE

 MDTM

 XCWD

 XCUP

 XMKD

 XRMD

 REST

 SIZE

 UTF8

211 End
OPTS UTF8 ON
200 OPTS UTF8 command successful - UTF8 encoding now ON.
PWD
257 "/" is the current working directory.
NOOP
200 OK
SYST
215 UNIX Type: L8
STAT /
213-Status of /:

drwxrwxr-x  13 0        80       714 Nov  4 06:09 /

213 End of Status.
CWD /
250 OK
TYPE A
200 Transfer type changed to ASCII
PASV
227 Entering Passive Mode (192,168,1,4,196,141)
LIST -a
150 ASCII data connection established.
drwxr-xr-x   2 501      501      238 Nov 17 11:02 Imported Files
drwxr-xr-x   5 501      501      170 Jul  4 23:10 SMSO Communications
drwxr-xr-x   2 501      501      136 Sep 15 17:46 SMSO Reserve
drwxr-xr-x   2 501      501      136 Sep 25 12:24 Start Here
226 Directory list has been submitted.
NOOP
200 OK
STAT /Start Here
220 FileApp - FTP Server
USER anonymous
331 Password please.
PASS ********
230 User logged in.
FEAT
211-Extensions supported:

 XPWD

 EPRT

 EPSV

 ALLO

 APPE

 MDTM

 XCWD

 XCUP

 XMKD

 XRMD

 REST

 SIZE

 UTF8

211 End
OPTS UTF8 ON
200 OPTS UTF8 command successful - UTF8 encoding now ON.
CWD /Start Here
250 OK
TYPE A
200 Transfer type changed to ASCII
PASV
227 Entering Passive Mode (192,168,1,4,196,143)
LIST -a
150 ASCII data connection established.
-rw-r--r--   1 501      501      305305 Jun 30 15:27 FileApp Pro Getting Started.pdf
-rw-r--r--   1 501      501      1577335 Jun 30 15:27 FileApp Pro User Manual.pdf
226 Directory list has been submitted.


@cyberduck
Copy link
Collaborator Author

Fooziedog commented

I observe this behavior as well, running 4.2.1 (9350) on Windows 7 x64.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Nothing wrong in the transcript. I have no explanation if the listing is slow.

@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.
Projects
None yet
Development

No branches or pull requests

1 participant