Hello, I am writing to an FTP server with the following command using a terminal and AT commands. If I write to the root of the server, the file is sent successfully. If I send the file to a path, the file will be created but part of the filename and the extension will be cut off. What could be causing this? I am new to this so it may be something quite simple that I am missing.
My command (with folders and name changed): The actual filepath is 65 characters long.
AT+WIPFILE=4,1,2,“AUTOMATIC_STATIONS/DIRECTORY1/DIRECTORY2/DIRECTORY3/FILE_AA_BBB_CCCC_D_131120224002.csv”
The result is a file FILE_AA_BBB_CCCC_D_1311202 with no extension in the correct folder.