syeda amna
Full Member level 4
- Joined
- Jun 1, 2010
- Messages
- 222
- Helped
- 24
- Reputation
- 48
- Reaction score
- 22
- Trophy points
- 1,308
- Location
- Pakistan
- Activity points
- 2,551
hi
I am trying to download and upload a file to an FTP server. i m using FileZilla server. I have done these steps. All queries are working well. what are the errors?
I am trying to download and upload a file to an FTP server. i m using FileZilla server. I have done these steps. All queries are working well. what are the errors?
Code:
AT
OK
AT+CGATT=1
OK
AT+CGDCONT=1,"IP","UFONEGPRS"
OK
OK
AT+SAPBR=3,1,"Contype","GPRS"
OK
AT+SAPBR=3,1,"APN","UFONEGPRS"
OK
AT+SAPBR=1,1
OK
AT+FTPCID=1
OK
AT+FTPSERV="127.0.0.1"
OK
AT+FTPPORT=21
OK
AT+FTPUN="amna"
OK
AT+FTPPW="amna"
OK
AT+FTPPUTNAME="AMNA"
OK
AT+FTPPUTPATH="d:\fILEZILLA"
OK
AT+FTPPUT=1
OK
AT+FTPPUT=2,100
ERROR
AT+FTPPUT=2,100
ERROR
AT+FTPPUT=2,100
ERROR
+FTPPUT:1,63
//for downloading
AT+FTPGETNAME="amna.txt"
OK
AT+FTPGETPATH="D:\"
OK
AT+FTPGET=1
OK
AT+FTPGET=2,512
ERROR
+FTPGET:1,63
Last edited: