Can anybody help me with folder creation on my HTTP server (It is SanDisk Connect WiFi)
SanDisk has a own address : http://172.25.63.1/myconnect/
I am able by Indy from Android to do follow :
- download files from ->> IdHTTP1.Get
- upload separated files to ->> IdHTTP1.Put
- delete files on HTTP ->> IdHttp1.Delete('http://172.25.63.1/myconnect/XYZ.pdf',TStringStream.Create(''));
But I can not find methode, how to create DIRECTORY (FOLDER) .
Can anybody has a better experiences as I ?
Thank you a lot for your help