[twsocket] FTPClient and strange behaviour

2006-07-05 Thread Markus Humm
>>> If authentication is required to issue a command the server should >>> send an error code, typically 530. >> Okay, will pay attention to it. Is there any short overview of the >> FTP-protocols available? Afaik the RFCs are a bit longish I fear. > > RFCs are the standards, there's no way aroun

Re: [twsocket] FTPClient and strange behaviour

2006-07-04 Thread Arno Garrels
Markus Humm wrote: >> If authentication is required to issue a command the server should >> send an error code, typically 530. > > Okay, will pay attention to it. Is there any short overview of the > FTP-protocols available? Afaik the RFCs are a bit longish I fear. RFCs are the standards, there'

[twsocket] FTPClient and strange behaviour

2006-07-04 Thread Markus Humm
Hello, > Markus Humm wrote: >> I've tried the FTPTst Application right now and found out that a PASS >> is required after a open, it will delete the file then. But why >> didn't the server tell me in my program and always claimed to have >> carried out my delete request? > > If authentication is

Re: [twsocket] FTPClient and strange behaviour

2006-07-03 Thread Arno Garrels
Markus Humm wrote: > > I've tried the FTPTst Application right now and found out that a PASS > is required after a open, it will delete the file then. But why > didn't the server tell me in my program and always claimed to have > carried out my delete request? If authentication is required to iss

[twsocket] FTPClient and strange behaviour

2006-07-03 Thread Markus Humm
> Message: 3 > Date: Sun, 2 Jul 2006 21:38:06 +0200 > From: "Arno Garrels" <[EMAIL PROTECTED]> > Subject: Re: [twsocket] FTPClient and strange behaviour > To: "ICS support mailing" > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/p

Re: [twsocket] FTPClient and strange behaviour

2006-07-02 Thread Arno Garrels
Markus Humm wrote: > When I try to delete the file I want to send first from the FTP server > it always says it has been deleted, but the file is still in the > directory of the server?! What's happening there? The statuscode sent > back by the server is 250. > > When I try to send my file to the

[twsocket] FTPClient and strange behaviour

2006-07-02 Thread Markus Humm
Hello, I'm using D2006, ICS 5 (from the Partner DVD) and Windows XP professional with a lightwight FTP-Server. I'm writing some application which is to be used to maintain a website later and for this a html-file is created on the local PC and should be transferred to the webserver using FTP. I