>>> 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
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'
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
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
> 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
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
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