> | > |> Could you show me the log with the following parameter ? > |> > |> CMAP="sslway -St:FSV:ftp" CMAP="sslway:FSV:ftp-data" > > Sorry, it should be (as in your setup) > > CMAP="sslway -St/ftp:FSV:ftp" CMAP="sslway:FSV:ftp-data" > > because DeleGate is trying STARTTLS in SMTP protocol, since it could not > detect that the server is talking in FTP. And adding -vd option like > follows will give us more helpful information. > > CMAP="sslway -vd -St/ftp:FSV:ftp" CMAP="sslway:FSV:ftp-data" > Ahh now we seem to be getting somewhere :) The STARTTLS error disapeared and i now get the complete welcome msg. But it now timeouts before i get a dirlisting. Here is log: -- same as last time so i will just paste the parts after welcome msg... REST 100 257 "/" is current directory. This site may not allow file resuming PWD 215 UNIX Type: L8 Thats from Flashfxp. After that last line the proxy times out, and u get disconnected. From the server log it looks like this, again i have cut away all the stuff above the login, it shows the welcome msg in the server log too, once thats done it shows this: ## SSLway[1277](port160.ds2-vbr.adsl.cybercity.dk) STARTTLS/FTP PBSZ 0 -> User E-bola logged in. 10/17 18:34:40.34 [1276] 1+0/2/2: service_ftp: exit PollIns=1[sv=1,cl=0] timeout=900 10/17 18:34:40.42 [1276] 1+0/3/3: set REST 100 10/17 18:34:40.42 [1276] 1+0/3/3: service_ftp: exit PollIns=1[sv=1,cl=0] timeout=900 10/17 18:34:40.46 [1276] 1+0/4/4: CWD: cleared REST 100 10/17 18:34:40.46 [1276] 1+0/4/4: service_ftp: exit PollIns=1[sv=1,cl=0] timeout=900 10/17 18:34:40.51 [1276] 1+0/5/5: LoginPWD: "" 10/17 18:34:40.51 [1276] 1+0/5/5: service_ftp: exit PollIns=1[sv=1,cl=0] timeout=900 10/17 18:34:41.62 [1276] 1+0/5/5: fgets(1024) -- IO_TIMEOUT(1) And after the IO_TIMEOUT it do nothing. I tried on multiple ssl ftp servers, cuz it sounded like maybe it was the ftp server that timed-out but they all act the same (they are all glftpd servers) Hope u got a solution to this too :-)