Gemalto is now part of the Thales Group, find out more.

You are here

PLS62T-W FTP upload, SSIW doesn't work | Thales IoT Developer Community

November 22, 2020 - 9:47pm, 1421 views

Hello,

I'm trying to upload files to FTP with the following script:
AT^SISS=0,srvType,"Ftp"
AT^SISS=0,"conId","1"
AT^SISS=0,alphabet,"1"
AT^SISS=0,"address","ftp://usr:psw@serveraddr"
AT^SISS=0,"cmd","fput"
AT^SISS=0,"path","file:///c:/docs/"
AT^SISS=0,"files","test.txt"
AT^SISO=0
AT^SISS?
AT^SISC=0

But the uploaded files are 0 bytes:

^SIS: 0,0,2100,"FPUT : test.txt 0 bytes"

^SISW: 0,2

If I use AT^SISW command,  I receive ERROR.

What can be wrong? Please advise!