[Gambas-user] Create directory with ftpclient

Jack jscops at ...11...
Mon Mar 17 08:11:44 CET 2014


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




More information about the User mailing list