FTP auto quits if server path avail & slash in title

Bugs and issues.
Locked
Message
Author
Thomas
Posts: 5
Joined: 16.08.2008, 11:30

FTP auto quits if server path avail & slash in title

#1 Post by Thomas » 16.08.2008, 11:42

Hi,

First of all I'd like to say thank you for this nice program which I use now as my main FTP client. Keep up the great work!

I noticed a small bug:

If there is a server path used in the settings of an FTP connection AND the FTP connection title contains a slash ("/") the connection is established and automatically disconnected afterwards as the following log shows. A change to the appropriate directory is not done.

Code: Select all

==== Connect: 16.08.2008 11:37:28 ====
220 (vsFTPd 2.0.5)
USER squid
331 Please specify the password.
PASS *********
230 Login successful.
SYST
215 UNIX Type: L8
FEAT
211-Features:
 EPRT
 EPSV
 MDTM
 PASV
 REST STREAM
 SIZE
 TVFS
211 End
QUIT
221 Goodbye.
This is what it should look like (and does if there is no slash in the connection title):

Code: Select all

==== Connect: 16.08.2008 11:37:31 ====
220 (vsFTPd 2.0.5)
USER squid
331 Please specify the password.
PASS *********
230 Login successful.
SYST
215 UNIX Type: L8
FEAT
211-Features:
 EPRT
 EPSV
 MDTM
 PASV
 REST STREAM
 SIZE
 TVFS
211 End
PWD
257 "/"
CWD /var/logs
250 Directory successfully changed.
MODE S
200 Mode set to S.
STRU F
200 Structure set to F.
TYPE I
200 Switching to Binary mode.
PASV
227 Entering Passive Mode (72,249,126,201,40,215)
LIST
150 Here comes the directory listing.
150 Here comes the directory listing.
226 Directory send OK.
Anyway, I don't think this is an important bug, but it should be mentioned.

Have a great time!

Thomas

P.S. This is OS independant – I tried with XP SP3 and VISTA SP1

Locked

Who is online

Users browsing this forum: No registered users and 8 guests