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

Slow Connection and Directory loading #6970

Closed
cyberduck opened this issue Nov 25, 2012 · 1 comment
Closed

Slow Connection and Directory loading #6970

cyberduck opened this issue Nov 25, 2012 · 1 comment
Assignees
Labels
bug ftp FTP Protocol Implementation high priority worksforme

Comments

@cyberduck
Copy link
Collaborator

8374e07 created the issue

Hello,

I have amajor problem with one FTP-Server I use frequently.

The connection to and the directory loading takes nearly 30 seconds with Cyberduck.
First I thought is is a server side problem but when I connect to it using Filezilla it is running very fast, as normal as before I changed to Cyberduck.

I had the problem under Windows 7 Professional 64bit and now using Windwos 8 Professional 64bit. All drivers are installed and the latest patches for the operating systems are installed aswell.

Here is the log when connecting to it and opening directorys:

220 #[KSK]-Clan | www.kskclan.com | Server #3
FEAT
530 Please login with USER and PASS first.
USER zyntex
331 Password required for zyntex.
PASS ********
230 User (KSK) zyntex logged in.
PWD
257 "/" is current directory.
NOOP
200 NOOP command successful.
SYST
215 UNIX Type: L8
STAT /
220 #[KSK]-Clan | www.kskclan.com | Server #3
FEAT
530 Please login with USER and PASS first.
USER zyntex
331 Password required for zyntex.
PASS ********
230 User (KSK) zyntex logged in.
CWD /
250 CWD command successful. "/" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (89,163,163,170,117,59)
LIST -a
150 Data connection accepted from 87.123.132.152:60391; transfer starting.
drwxr-xr-x   1 ftp      ftp             0 Jul 31  2010 Downloads
NOOP
drwxr-xr-x   1 ftp      ftp             0 May 11 22:05 Public
drwxr-xr-x   1 ftp      ftp             0 Aug 12  2010 Uploads
226 Transfer ok
NOOP
200 NOOP command successful.
STAT /Public
220 #[KSK]-Clan | www.kskclan.com | Server #3
FEAT
530 Please login with USER and PASS first.
USER zyntex
331 Password required for zyntex.
PASS ********
230 User (KSK) zyntex logged in.
CWD /Public
250 CWD command successful. "/Public" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (89,163,163,170,117,147)
LIST -a
150 Data connection accepted from 87.123.132.152:60399; transfer starting.
226 Transfer ok
PASV
227 Entering Passive Mode (89,163,163,170,117,62)
LIST
150 Data connection accepted from 87.123.132.152:60400; transfer starting.
226 Transfer ok
200 NOOP command successful.
STAT /Uploads
220 #[KSK]-Clan | www.kskclan.com | Server #3
FEAT
530 Please login with USER and PASS first.
USER zyntex
331 Password required for zyntex.
PASS ********
230 User (KSK) zyntex logged in.
CWD /Uploads
250 CWD command successful. "/Uploads" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (89,163,163,170,117,135)
LIST -a
150 Data connection accepted from 87.123.132.152:60408; transfer starting.
drwxr-xr-x   1 ftp      ftp             0 Jul 29  2009 Gast
drwxr-xr-x   1 ftp      ftp             0 Nov 03 23:58 Member
drwxr-xr-x   1 ftp      ftp             0 Aug 23  2011 Temp
226 Transfer ok

Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you try disabling the use of STAT and see if that makes any difference. Refer to (http://trac.cyberduck.ch/wiki/help/en/howto/ftp#Listingdirectoriesfailsorshowsnocontent). If not, where in the transcript is the significant lag?

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

No branches or pull requests

2 participants