Hello,
I want to read a directory from my ftp server. So I use this code to read
the dir:
FTP.DisplayFileFlag:= True;
FTP.Passive:= True;
FTP.HostDirName:= '/LVsource/';
FTP.HostFileName := '*.*';
DeleteFile(TEMP_FILE_NAME);
FTP.LocalFileName := TEMP_F
Thank you Francois and Arno
I'll take your advice and use HTML - for the reasons Francois gave about
many email client not supoorting it - but also because I've already
solved the problems of converting RTF to HTML for our bulk emails. One
downside of doing so is that "pretty" rich text letters k
: Hello,
:
: Peter has worked on the problem: http://www.fastream.net/peter. Your
: feedback is always welcomed!
:
: Best Regards,
:
: SZ
:
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http
At 16:18 16/05/2006 +0200, you wrote:
>Hello jacques,
>
>Use async methods, then nothing is running in a wait loop and you will
>consume almost no CPU.
OK, perfect and even better then WS-Ftp, sorry, I expected to find a
property (mode sync/async) and not a method. Next time I will read further.
Are you using async mode ?
If not, then use it.
--
Contribute to the SSL Effort.
Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be
- Original Message -
Hello jacques,
Use async methods, then nothing is running in a wait loop and you will
consume almost no CPU.
---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz
Tuesday, May 16, 2006, 15:47, jacques marchal via adepi.be wrote:
> I am testing the
I am testing the component TFtpClient.
All are running fine except the CPU load at 100%. Multitasking is heavily
affected during the sending process. And I am using a 25 Kbyte ascending
channel ADSL.
That means a transfert of 100 Mb can take a full hour...
Is it a way to reduce this CPU load, my
> How can I build program users can request it from browser .. for example
> : In browser instead of http:// I want to have my own extension.
>
> Is this related to windows extensions?
This is not related to winsock and can't be done with ICS.
What you want is named "URL Moniker".
See this:
http:
Hello,
procedure TFtpServer.FreeCurrentPasvPort(AClient : TFtpCtrlSocket);
var
CurrentPort : Integer;
ErrorCode : Integer;
begin
{ FLD changed following lines,
}
{ FreeCurrentPasvPort might be called when the socket is already
closed! }
if AClient.DataSocket.State =
Hi All,
How can I build program users can request it from browser .. for example
: In browser instead of http:// I want to have my own extension.
Is this related to windows extensions?
Any example or demo will be great.
Thanks you in advanced.
Abdullah
--
To unsubscribe or change your setti
Francois Piette wrote:
> btw: RTF message is not a very good idea. Many email client doesn't
> support it. You'd better use HTML messages which are demoed in MailHtml
> sample provided with ICS.
If you are looking for a free html editor you may try
Kurt Senfer's ActiveX component, available in th
11 matches
Mail list logo