HL8548, create directory on FTP server

Hi,

I’m trying to create a directory on a FTP server with a HL8548.
I can create a new file in an existing directory through this command:

AT+KFTPSND=1,"/Dir1/Dir2",“Test.txt”,1

But this doesn’t work if the “Dir2” doesn’t exist. I don’t find any command in the HL8548 AT command guide to create a directory.
Does somebody have an idea on how to do that?

Thanks and regards,
Fabrice

Hi,

The HL8548 does not support the “Create Directory option“ using FTP commands. Currently only supports FTP Upload, Download and Delete files.

Thanks and Regards,
Rex

Hi Rex,

Thank you for reply. That’s what I thought. :frowning:

So, the only way to do that is to create a FTP connexion through TCP sockets and to manage FTP commands manually, isn’t it?

Best regards,
Fabrice

Hi,

Yes, that’s correct.

Thanks and Regards,
Rex

Hi Rex,

ok, thanks.

Best regards,
Fabrice