[Gambas-user] Create directory with ftpclient

Jorge Carrión shordi at ...626...
Mon Mar 17 11:26:55 CET 2014


This

ftpc.Exec(["MKD " & "newfoldername"])

Works for me.
Hope this helps.
Regards


2014-03-17 8:11 GMT+01:00 Jack <jscops at ...11...>:

> Hello all,
>
> is somebody know how create a directory with Ftpclient.
> I use this code :
>
> Dim Cmdmk As New String[]
> Cmdmk = ["mkdir " & "example"]
> Ftpclient.Exec(Cmdmk)
>
> I got an error 500 (unknow command)
>
> NB : In a console ftp, mkdir example, works.
>
> any suggestions would be greatly appreciated
>
> Jack
>
>
> ------------------------------------------------------------------------------
> 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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list