[Gambas-user] Create directory with ftpclient
Tobias Boege
taboege at ...626...
Mon Mar 17 12:35:38 CET 2014
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
--
"There's an old saying: Don't change anything... ever!" -- Mr. Monk
More information about the User
mailing list