Re: [twsocket] error while download file

2011-01-04 Thread Svemu - Reparto Sviluppo


- Original Message - 
From: Arno Garrels arno.garr...@gmx.de

Very true, FTP and firewalls/routers are not the best friends.
BTW: Next year I have to support all kinds of proxies including
HTTP proxies with FTP. It's my plan to implement HTTP proxy
authentication at the TWSocket level as Socks is implemented
currently. Is anybody willing to support this work? By testing
or contributing existing source?


Hi Arno,
during this year i'm planning to move from ftp to other platform because 
with some customers, i can't use ssl and you know that without ssl is too 
easy to get the ftp account of my server.

If you want, i can do some test.

Thank you
daniele




--
Arno Garrels
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be





--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] error while download file

2011-01-04 Thread Angus Robertson - Magenta Systems Ltd
 during this year i'm planning to move from ftp to other platform 
 because with some customers, i can't use ssl and you know that 
 without ssl is too easy to get the ftp account of my server.

Not necessarily, the ICS FTP client and server support One Time Passwords
with a challenge and response, which is similar to SMPT Cram-Md5, sending
a changing hash of the password and not the real password.  Some
commercial FTP servers support OTP, but not many. 

Angus

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] error while download file

2011-01-03 Thread Svemu - Reparto Sviluppo


- Original Message - 
From: Angus Robertson - Magenta Systems Ltd an...@magsys.co.uk

It can also be a firewall issue, they can seriously interrupt and corrupt
FTP sessions. 


Yes,
it sound a firewall problem.

i've done more test and with a small files i haven't any problem,

If the file 7/8 Mb or more, i've the problem.

Thank you,
best regards
daniele

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] error while download file

2010-12-30 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote:
 
 So sometimes FTP bugs are nothing to do with the FTP software.

Very true, FTP and firewalls/routers are not the best friends.
BTW: Next year I have to support all kinds of proxies including 
HTTP proxies with FTP. It's my plan to implement HTTP proxy 
authentication at the TWSocket level as Socks is implemented
currently. Is anybody willing to support this work? By testing
or contributing existing source?

-- 
Arno Garrels
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] error while download file

2010-12-28 Thread Svemu - Reparto Sviluppo

Hi,
i'va a problem during download a file from ftp.
my client download all bytes but i don't recive CMD 226 and the donwload 
don't terminate.


i attach the log,

Anyone can help me?

I haven't problem with other customers on same server.

Best regards
Daniele


17.08.42.156 ! HighLevelAsync 0
17.08.42.156 01142F60 TriggerDataSent 884
17.08.42.234 |200 TYPE is now 8-bit binary|

17.08.42.234 ! HighLevelAsync 0
17.08.42.234 01142F60 TriggerDataSent 884
17.08.42.344 |227 Entering Passive Mode (90,111,201,126,195,238)|

17.08.42.344 ! HighLevelAsync 0
17.08.42.344 ! Data Socket Connect
17.08.42.344 TWSocket will connect to 90.111.201.126:50158
17.08.42.344 01142F60 TriggerDataSent 884
17.08.42.437 ! Data Session Connected (Get)
17.08.42.437 01143720 TriggerDataSent 912
17.08.42.515 |150-Accepted data connection|

17.08.42.734 |150 6148.5 kbytes to download| 
//*


17.11.40.813 ! Data Session closed //*
17.11.40.813 ! Next3GetAsync
17.11.40.813 01143720 TCustomWSocket.Shutdown 1 912 



--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be