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

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to