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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: