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