>>> 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 around.

Yes and no. I did hope that there is a simple chart where you can read
out easily the required sequence for such simple tasks as mine.
>  
>>> In order to set transfer mode you must set property BinaryMode to
>>> TRUE as well as issue command TypeSet to send the transfer type
>>> command to the server. Same when switching back to ascii except
>>> property BinaryMode must be set to FALSE before issuing the TypeSet
>>> command. 
>> Okay, didn't know that. Will try out that typeset command. But why has
>> FtpCli a property for transfer mode then anyway?
> 
> It's easier having a boolean instead of recalling parameters of
> char 'I' and 'A'.

Huh? I don't understand that. What I meant is, that it should set it
automatically for the server if I can set it that way in the component.
So I hadn't run into that trap of not sending the typeset command.

> 
>>> Very unlikely, try to upload with FtpTst demo first. If that works
>>> the problem should be in your code.
>> I've tried that and the very same happens here!
> 
> Is the server buggy? Which FTP server are you using?

I'll report that, but' I'm on the wrong PC just now and have not much
time right now.

Greetings

Markus

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to