[Gambas-user] Create directory with ftpclient

Jack jscops at ...11...
Mon Mar 17 14:24:30 CET 2014


Le 17/03/2014 12:35, Tobias Boege a écrit :
> On Mon, 17 Mar 2014, Jorge Carri?n wrote:
>> This
>>
>> ftpc.Exec(["MKD " & "newfoldername"])
>>
>> Works for me.
>> Hope this helps.
>
> Yeah. You must know that the program "ftp" lets you enter commands which
> don't appear in the FTP specification. It then maps these strings to the
> actual commands, like "mkdir" (descriptive name) which is mapped to "MKD"
> (less descriptive but the actual name of the FTP command).
>
> The Gambas FtpClient won't do that for you - be it just because it is not
> standard.
>
> Regards,
> Tobi
>

thank you for your explanations Tobias, it is clearer to me now

Jack




More information about the User mailing list