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,
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
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
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
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
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
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
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
;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
[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);
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
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
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
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
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
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
16 matches
Mail list logo