[twsocket] Ftp freezing

2009-07-14 Thread New Era
I am using tftpcli in passive mode to upload files, while uploading a file, for some reason if a connection problem occurs in the middle of the transfer, the program freezes , to overcome this problem I thought that I can, - Create   a thread to make the ftp transfer - Assign OnProgress event,

Re: [twsocket] Ftp-file corruption check

2007-09-22 Thread New Era
there anyway to get the directory listing for the only specified file? best regards, Thanks Arno Garrels <[EMAIL PROTECTED]> wrote: New Era wrote: > How to check if a file is either uploaded correctly or not, I know > that ftpCli supports MD5 command, but at the outside world there

[twsocket] Ftp-file corruption check

2007-09-16 Thread New Era
How to check if a file is either uploaded correctly or not, I know that ftpCli supports MD5 command, but at the outside world there were no commercial ftp hosting services that support MD5 command, I only found one ftp hosting which supports XCRC and this is command as far as I know, is not supp

[twsocket] ftpcommon.pas

2006-10-19 Thread New Era
Could anyone that uses this unit provide a sample app. to me Thanks. Send instant messages to your online friends http://uk.messenger.yahoo.com -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at h

Re: [twsocket] FtpCommon.pas (Davie' s code)

2006-10-07 Thread New Era
My real name is Metin Tikves an MSc student in computer engineering. Does this code works properly for all the servers?. I mean the parsing will be OK on the server response regardless of the type of the software running on the server...? Thanks Arno Garrels <[EMAIL PROTECTED]> wrot

[twsocket] FtpCommon.pas (Davie' s code)

2006-10-06 Thread New Era
Anbody having the FtpCommon.pas (to parse the ftp listing) could send it to me ... Thanks - Try the all-new Yahoo! Mail . "The New Version is radically easier to use" – The Wall Street Journal -- To unsubscribe or change your settings for TWSoc

Re: [twsocket] FtpCli upload problem

2006-10-05 Thread New Era
isting with Davie's code. Regards, SZ - Original Message ----- From: "New Era" To: "ICS support mailing" Sent: Tuesday, October 03, 2006 10:13 AM Subject: Re: [twsocket] FtpCli upload problem : Hi, if server does not support SIZE, MD5 then what is the best way t

Re: [twsocket] FtpCli upload problem

2006-10-03 Thread New Era
Hi, if server does not support SIZE, MD5 then what is the best way to make that check? Arno Garrels <[EMAIL PROTECTED]> wrote: New Era wrote: > Thanks for the reply and advice, > I looked at the component again it contains a property if I am not > wrong isSent or named with

Re: [twsocket] FtpCli upload problem

2006-09-21 Thread New Era
;m not sure if its in the initial FTP RFC. Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of New Era Sent: 21 September 2006 12:10 To: twsocket@elists.org Subject: [twsocket] FtpCli upload problem [input][input][input][input] I a

[twsocket] FtpCli upload problem

2006-09-21 Thread New Era
[input][input][input][input] I am using the following code in the FtpRequestDone event handler; case RqType of ... ftpPutAsync: begin if(FtpCli.StatusCode= 226) then Delete(FileName);

[twsocket] Ftp Client Upload Problem

2006-09-17 Thread New Era
I am using the following code in the FtpRequestDone event handler; case RqType of ... ftpPutAsync: begin if(FtpCli.StatusCode= 226) then Delete(FileName); end; end; What I am trying to do is to upload a file to server then delete the local file. In

[twsocket] File Upload FtpCli

2006-09-09 Thread New Era
I am using the following code in the FtpRequestDone event handler; case RqType of ... ftpPutAsync: begin if(FtpCli.StatusCode= 226) then Delete(FileName); end; end; What I am trying to do is to upload a file to server then delete the local file. In f

Re: [twsocket] 500: PAQSV exception No available PASV ports

2005-11-09 Thread New Era
So inserting a high value into PasvPortRange may be a solution(start 16384 and PasvPortRange= 4), but if other applications randomly uses ports in this range, what will be the behaviour of the ftpserver I mean, if x application uses port 1 and when ftpserver also wants to open 1, it g

Re: [twsocket] 500: PAQSV exception No available PASV ports

2005-11-08 Thread New Era
Is there any way to get Windows close the port without much delay.. --- Marc <[EMAIL PROTECTED]> wrote: > With what I have see with the time, one port is skip > for each transaction. > so with the range you have, only 2 transactions can > be done. > Windows keep the port open for some time, so

[twsocket] 500: PAQSV exception No available PASV ports

2005-11-08 Thread New Era
There is only one client, this client connects to server checks some files and disconnects at some specified intervals(polling). So In this case the number 5 must be sufficient. PasvPortRangeStart is default 16384. Does this means that the application use 16384..16388.. If any port in this range is

[twsocket] 500: PAQSV exception No available PASV ports

2005-11-08 Thread New Era
I ran ftpserver program, and the clients in passive mode but after a while constantly I am getting No available PASV ports error. I searched the mailing list and saw other comments about the same issue. But no solution yet. I had downloaded the ICS latest version (In the readme txt it has a line s