[twsocket] Violation Error on FTP Server V5

2010-03-04 Thread Arnold FLUTEAUX
Hi, I use the V5 ICS package 1.52. I've a timer which checks all 15 seconds that there are not a time out on client to kill it. And In this procedure , I had a violation error aleatory. I used V1.47 ICS. So I've compiled with 1.52 but I don't know yet if the problem is solved or not.

[twsocket] Violation Error on FTP Server V5

2010-03-02 Thread Arnold FLUTEAUX
Hi, I use the V5 ICS package (the date in the readme.txt file is May 01 2006) For the server, I use the V5 ICS package with Delphi 7 (ftpsrv.pas is on version V1.47) For the client, I use also V5 but with Delphi 2005 in .NET. (overbyte.ics.ftpclient.pas is on version V2.97) Sometime

Re: [twsocket] FTP Problem on LIST Error 10048

2008-11-07 Thread Arnold FLUTEAUX
Hi, I use the V5 ICS package (the date in the readme.txt file is May 01 2006) For the server, I use the V5 ICS package with Delphi 7 (ftpsrv.pas is on version V1.47) For the client, I use also V5 but with Delphi 2005 in .NET. (overbyte.ics.ftpclient.pas is on version V2.97) And in p

[twsocket] FTP Problem on LIST Error 10048

2008-11-06 Thread Arnold FLUTEAUX
Hi, I've another problem with FTP client and server . In fact, I've an error on LIST command. It's very curious because sometimes it's OK or not. The client and server are in active mode. Several clients can connect in same times. And this error product on LIST command: FGOURRAP01 - 05/11/

[twsocket] Problem on STOR Command

2008-07-29 Thread Arnold FLUTEAUX
Hi, I've a problem with several FTP clients on a STOR command in activ mode. I've this message: "501 Cannot STOR. Cannot change Port if not closed" With the same configuration, on others computers, it's ok. Have you an idea, please ? This is my log file: 002 - 22/07/2008 18:31:46 - 8

[twsocket] FTP and SSH

2008-06-03 Thread Arnold FLUTEAUX
Hi, Does the ICS FTP Client support SSH ? We want to use ICS ftp client in a secure mode. And the secure mode must be SSH (not SSL). If it's ok, how can I do or does a sample exist ? Arnold -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.

Re: [twsocket] Problem whith FTP Server and Microsoft IIS

2008-03-06 Thread Arnold FLUTEAUX
may listen (in older windows versions it was sometimes possible to hijack an already listen socket, however that's no longer possible in most cases). In windows server versions you can create plenty of virtual interfaces. -- Arno Garrels [TeamICS] <http://www.overbyte.be/eng/overbyte/t

[twsocket] Problem whith FTP Server and Microsoft IIS

2008-03-06 Thread Arnold FLUTEAUX
Hi, I use ICS for in a ftp Server. And I've a problem. On a server which has several IP addresses and for each adress an IIS FTP Server is launched on the same port 21. So that: On IIS: FTP on 192.168.2.150 - Port 21 FTP on 192.168.2.151 - Port 21 FTP on 192.168.2.152 - Port 21 FTP on 192

Re: [twsocket] FTPClient ftpdir.txt

2007-11-22 Thread Arnold FLUTEAUX
The server is an ICS FTP Server on windows XP. On Nov 22, 2007, at 11:49, Arnold FLUTEAUX wrote: > Hi, > > I've need the complete time of files of server directory to do a > synchronization between client and server. But when I open the > ftpdir.txt > (after a

[twsocket] FTPClient ftpdir.txt

2007-11-22 Thread Arnold FLUTEAUX
Hi, I've need the complete time of files of server directory to do a synchronization between client and server. But when I open the ftpdir.txt (after a DIR command), I have'nt complete time: I've got hour, minutes bur not seconds. So Is it a way to get this or have I to use MTDM for each file of d

Re: [twsocket] Port not available in Passive Mode FTP

2006-10-25 Thread Arnold FLUTEAUX
OK. my release is not the last. Can I take the V5 (May 14 2006) ? Is ok with Delphi 7 and with Delphi 2005 in .NET ? Arnold Arnold FLUTEAUX wrote: > I've seen that this subject had already discussed but I'm another > question on tjis. I want to transfer in passive mod

[twsocket] Port not available in Passive Mode FTP

2006-10-24 Thread Arnold FLUTEAUX
Hi, I've seen that this subject had already discussed but I'm another question on tjis. I want to transfer in passive mode. 3 ports (1985-1986-1987) are open on my router and set on my server. So the connexion is OK and it's the 1985 port which is returned by the server after PASV command for t

Re: [twsocket] FTP Connection in Passive mode

2006-10-24 Thread Arnold FLUTEAUX
<mailto:twsocket%40elists.org?Subject=%5Btwsocket%5D%20FTP%20Connection%20in %20Passive%20mode&In-Reply-To=> arno.garrels at gmx.de Tue Oct 24 13:53:43 UTC 2006 _ Arnold FLUTEAUX wrote: > Yes I understand that we can solve this with PasvIPAddr but I don't > understand why we ge

[twsocket] FTP Connection in Passive mode

2006-10-24 Thread Arnold FLUTEAUX
l> http://www.overbyte.be/eng/overbyte/teamics.html Arnold FLUTEAUX wrote: > Hi, > > > > I want to connect in Passiv mode to a server with, for example, this > public address: 80.118.187.130. > > - If I connect to server on port 21, I receive after comman

[twsocket] FTP Connection in Passive mode

2006-10-23 Thread Arnold FLUTEAUX
Hi, I want to connect in Passiv mode to a server with, for example, this public address: 80.118.187.130. - If I connect to server on port 21, I receive after command "PASV", this response 227 Entering Passive Mode (80.118.187.130,132,178). So we have the good IP address and the client can c

[twsocket] Authenticate event FTPServer

2006-10-05 Thread Arnold FLUTEAUX
Hi, In authenticate event of ftpserver, I do some tests and if my tests aren't ok, I set "authenticated" (one param of event) to false. But my clientcount is yet with this client. So I must do: Authenticated :=false; PostMessage(ftpserveur.Handle, WM_FTPSRV_CLOSE_REQUEST,

[twsocket] FTP Server Multithread

2006-09-29 Thread Arnold FLUTEAUX
Hi, If I have several clients FTP (ICS) which connect on FTP server. (ICS) in the same time, must I set ftpserveur.ServSocket.MultiThreaded to true or not ? Thanks Arnold -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/list

[twsocket] Fw: bytes lost with PUT FTP

2006-09-13 Thread Arnold FLUTEAUX
Ok sorry sorry ! I’ve found my error. I’ve put a processmessage in « progress » event. Thanks. _ De : Arnold FLUTEAUX [mailto:[EMAIL PROTECTED] Envoyé : mercredi 13 septembre 2006 11:22 À : 'twsocket@elists.org' Objet : Re: [twsocket] bytes lost with PUT FTP I’ve ch

Re: [twsocket] bytes lost with PUT FTP

2006-09-13 Thread Arnold FLUTEAUX
I’ve checked side server in StorDataAvailable event and I don’t receive all. So my problem comes side client but I don’t know where. I ‘m in Async mmode end binary mode (TYPE = I). Thanks for help _ De : Arnold FLUTEAUX [mailto:[EMAIL PROTECTED] Envoyé : mercredi 13 septembre

Re: [twsocket] bytes lost with PUT FTP

2006-09-13 Thread Arnold FLUTEAUX
p://www.overbyte.be/eng/ssl.html -- francois.piette at overbyte.be <http://www.elists.org/mailman/listinfo/twsocket> http://www.overbyte.be - Original Message - From: "Arnold FLUTEAUX" < <http://www.elists.org/mailman/listinfo/twsocket> arnold.fluteaux at scj.

[twsocket] bytes lost with PUT FTP

2006-09-12 Thread Arnold FLUTEAUX
Hi I've a problem with FTP client component. I'm using with .NET. I want to put a file with small size (equal to 12 kb for example). It's ok in LAN but doesn't in RAS connexion. I lost bytes. With my sample file, I upload only 8760 BYTES on 11 kb. I'm using the component with putasync method. H

Re: [twsocket] Create an ICS assembly .NET

2006-07-25 Thread Arnold FLUTEAUX
I've made a little progress with my problem. In my assembly, I've replaced Borland.vcl.dll (2 Mo) by Borland.Ecovcl(6ko) and it compiles OK. Now, I must deploy only Borland.delphi.dll (100ko) and Borland.vclrtl.dll (1.5Mo). Arnold -- To unsubscribe or change your settings for TWSocket mai

Re: [twsocket] Create an ICS assembly .NET

2006-07-25 Thread Arnold FLUTEAUX
I had included NOFORMS in my project source. So I’ve made what you said and I included it in project/options/Directory and conditions/”Définitions Conditionnelles” (Sorry I’m French and I don’t know traduct this !). And in options project, there is no ICS_COMPONENT define. So the result is the sa

Re: [twsocket] Create an ICS assembly .NET

2006-07-24 Thread Arnold FLUTEAUX
Hi and thanks for your response. But I’ve always my problem. I’ve tried what you said by adding {$DEFINE NOFORMS}, I’ve suppressed Borland.vcl.dll and Borland.vclrtl.dll but the Delphi dll project doesn’t compile. I must add Borland.vcl. I’ve this error “L'unité borland.vcl.types est implicitemen

[twsocket] Create an ICS assembly .NET

2006-07-24 Thread Arnold FLUTEAUX
Hi, I've created an assembly (SCJCOM.dll) with Delphi 2005 which contains several ICS .pas to do a Client FTP and It needs some Borland files and the deployment becomes too big (SCJCOM.dll + 3 Borland files = more than 3 Mo) So to resume, SCJCOM.dll (140 ko ) in Delphi 2005 contains: -

Re: [twsocket] Problem with FTPClient when a shutdown

2006-07-12 Thread Arnold FLUTEAUX
there is a brutal disconnection, what can I test to know if I must launch a reconnection without waiting for 2 or 3 seconds ? Thanks a lot. Arnold FLUTEAUX wrote: > Indeed, Requestdone triggers but once time, the connected property is > set to true. > If I try to launch again a getasync

Re: [twsocket] Problem with FTPClient when a shutdown

2006-07-12 Thread Arnold FLUTEAUX
disconnected. What is curious is that in debug mode, if I make a pause, the connected property set to false. It's like if an event hadn't yet finished. Arnold FLUTEAUX wrote: > Thanks for your response. > I test it but when I cut on the connection with server during a > down

Re: [twsocket] Problem with FTPClient when a shutdown

2006-07-12 Thread Arnold FLUTEAUX
Thanks for your response. I test it but when I cut on the connection with server during a download, a requestdone triggers but not the sessionclosed. Does it exist another trigger ? Arnold FLUTEAUX wrote: > Hello, > > > > Sorry but I've always my problem. > > I l

Re: [twsocket] Problem with FTPClient when a shutdown

2006-07-12 Thread Arnold FLUTEAUX
To avoid this problem, I must make a 1 second pause and processmessages before launch a new connection. The "MakePause" procedure is like: FTPClient.ProcessMessages() intFinish = Timer + 1 Do While Timer < intTempsFinal Loop FTPClient.ProcessMessages

Re: [twsocket] Problem with FTPClient when a shutdown

2006-07-12 Thread Arnold FLUTEAUX
Hello, Sorry but I've always my problem. I launch a GET and I kill the client connection on my FTP server. Then, I launch a new connection and I've an error which triggers in the OnError : FTP already connected. And in overbite.ICS.ftpclient.pas there is this test: if FConnected and (ftpF

[twsocket] RAS Connection Component

2006-07-11 Thread Arnold FLUTEAUX
I'm not sure that my question is Ok with this forum. So sorry, if it isn't. Does it exist an RAS connection ICS component to launch or create a RAS connection, kill the RAS connection, set phone number, user, password ? Arnold -- To unsubscribe or change your settings for TWSocket mail

Re: [twsocket] Problem with FTPClient when a shutdown

2006-07-11 Thread Arnold FLUTEAUX
OK my problem seems to be solve. Connected property is set to true, controlsocket.state is not set to wsclosed but datasocket.state is set to wsclosed so I test also this property to know if I must launch a new connection. Thanks for your help. Arnold -- To unsubscribe or change your sett

[twsocket] Problem with FTPClient when a shutdown

2006-07-11 Thread Arnold FLUTEAUX
OK I havn't explain very well my problem. I don't have unplugged the network cable, I cut off the client connection on my FTP server. Then an error is triggered in RequestDone with an error. And I know that there is a disconnection because I kill the client connection but Connected property is alwa

Re: [twsocket] Problem with FTPClient when a shutdown

2006-07-11 Thread Arnold FLUTEAUX
initiate the new connection after RequestDone has exited. You shouldn't try to reconnect from RequestDone as far as I know, and you definitely shouldn't call ProcessMessages (that will lead to even more problems) Dan Arnold Fluteaux Chargé d'Affaires SCJ Informatique

Re: [twsocket] Problem with FTPClient when a shutdown

2006-07-11 Thread Arnold FLUTEAUX
f I’m waiting a few seconds. So when I’m seen that, I’ve tried to put some processmessage but it’s not always OK. Must I test others property ? or directly ErrCode ? Arnold FLUTEAUX wrote: > First of all, Sorry for my english ! It's OK, many subcribers of this list are not perfect

[twsocket] Problem with FTPClient when a shutdown

2006-07-10 Thread Arnold FLUTEAUX
ate equal to TSocketState.wsClosed as I have cut of the connection. What can I do ? Arnold Fluteaux Chargé d'Affaires SCJ Informatique 02.35.59.22.55 06.15.77.70.14 -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/

Re: [twsocket] How can we automatically set timeout in FTP

2006-07-06 Thread Arnold FLUTEAUX
overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Arnold Fluteaux Chargé d'Affaires SCJ Informatique 02.35.59.22.55 06.15.77.70.14 -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit

Re: [twsocket] How can we automatically set timeout in FTP

2006-07-05 Thread Arnold FLUTEAUX
rop the connection / whatever. > My English is not very good so I hope that I’m clear ! It's clear. English is not my mother's tongue also :) --- Rgds, Wilfried [TeamICS] <http://www.overbyte.be/eng/overbyte/teamics.html> http://www.overbyte.be/eng/overbyte/teamics.html

Re: [twsocket] How can we automatically set timeout in FTP

2006-07-04 Thread Arnold FLUTEAUX
or very low speed connection. My English is not very good so I hope that I’m clear ! Hello Arnold, > But in my test, I'm used Put method, not putAsync method. Please try the async methods, it is more encouraged :) Arnold Fluteaux Chargé d'Affaires SCJ Informatique 0

Re: [twsocket] How can we automatically set timeout in FTP

2006-07-04 Thread Arnold FLUTEAUX
09 +0200 From: "Arnold FLUTEAUX" <[EMAIL PROTECTED]> Subject: [twsocket] How can we automatically set timeout in FTP To: Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Hello, I'm french. I'm using a FTP developing with

Re: [twsocket] How can we automatically set timeout in FTP

2006-07-04 Thread Arnold FLUTEAUX
d of connections. 15 seconds is OK for high but not for a mobile connections at 9.6. Arnold Arnold FLUTEAUX wrote: > I've question on the timeout. > > With a high speed connection, the timeout is equal to 15 seconds. But > with a very low connection (9,6 kbits/s) , they are seve

[twsocket] How can we automatically set timeout in FTP

2006-07-04 Thread Arnold FLUTEAUX
Hello, I'm french. I'm using a FTP developing with ICS FTP client. It's really good ! I've question on the timeout. With a high speed connection, the timeout is equal to 15 seconds. But with a very low connection (9,6 kbits/s) , they are several problems and the ftp disconnect itself with the

[twsocket] Error "501 Cannot RETR"

2005-10-11 Thread Arnold FLUTEAUX
Hi, I'm testing a FTP Serveur based on your library: FTPSRV. And sometimes in my log : I have: "501 Cannot RETR. Error #10057" Before this line, I have RETR command, then "150 Opening data connection for ." So do you know when this error can product itself. There are versions of classes :

[twsocket] RETR . On ftpServer

2005-06-17 Thread Arnold FLUTEAUX
In fact, their AS400 program launch "RETR ." command and they get all files which in the current directory. and with IIS, it's OK but it's not with my program. I receive NLST command and then I receive "RETR ." command. It's really curious because it's the same client program. But I will know more

[twsocket] RETR . On ftpServer

2005-06-15 Thread Arnold FLUTEAUX
Hello, Thanks for your response. In fact "RETR ." is the command that I receive and it's not OK with ICS ftpServer. However when I close my sample ftp and I turn on IIS, it works with the same FTP program. I must say that I don't know this client program; it's launch from an AS400. Regards Arnold

[twsocket] RETR . On ftpServer

2005-06-15 Thread Arnold FLUTEAUX
Hi I'm french user of ICS. So I've made a ftpServer based on ftpServer ICS. It's OK but i've a problem with a ftpClient. This FTPClient is an AS400 programm from UNIX and I receive from it this command "RETR .". With Microsoft IIS it's OK but it isn't with my program. So, is it possible to pass t