Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
command on subsequent requests on a re-used connection unless it has to.
This commit is contained in:
@@ -39,7 +39,6 @@ SIZE 146
|
||||
RETR 146
|
||||
CWD /nowhere/anywhere
|
||||
EPSV
|
||||
TYPE I
|
||||
SIZE 146
|
||||
RETR 146
|
||||
QUIT
|
||||
|
||||
@@ -37,7 +37,6 @@ STOR 148
|
||||
CWD /nowhere/anywhere
|
||||
CWD dir2
|
||||
EPSV
|
||||
TYPE I
|
||||
STOR 148
|
||||
QUIT
|
||||
</protocol>
|
||||
|
||||
@@ -37,7 +37,6 @@ TYPE I
|
||||
SIZE 210
|
||||
RETR 210
|
||||
EPSV
|
||||
TYPE I
|
||||
SIZE 210
|
||||
RETR 210
|
||||
QUIT
|
||||
|
||||
@@ -39,7 +39,6 @@ TYPE I
|
||||
SIZE 211
|
||||
RETR 211
|
||||
PASV
|
||||
TYPE I
|
||||
SIZE 211
|
||||
RETR 211
|
||||
QUIT
|
||||
|
||||
@@ -47,7 +47,6 @@ TYPE I
|
||||
SIZE 212
|
||||
RETR 212
|
||||
PORT 127,0,0,1,
|
||||
TYPE I
|
||||
SIZE 212
|
||||
RETR 212
|
||||
QUIT
|
||||
|
||||
@@ -44,7 +44,6 @@ EPSV
|
||||
TYPE A
|
||||
LIST
|
||||
EPSV
|
||||
TYPE A
|
||||
LIST
|
||||
QUIT
|
||||
</protocol>
|
||||
|
||||
@@ -31,7 +31,6 @@ EPSV
|
||||
TYPE I
|
||||
STOR upload.216
|
||||
EPSV
|
||||
TYPE I
|
||||
STOR ..anotherup
|
||||
QUIT
|
||||
</protocol>
|
||||
|
||||
Reference in New Issue
Block a user