Page 1 of 1
FTP upload, FTP put, FTP in general
Posted:
Sun Nov 23, 2014 11:56 pm
by chalupien
Hello all, Pretty sweet reliable module. I would like to see if anyone can help me get started on making an FTP connection. My goal is to upload a file to a server. I really don't know where to even start. Any direction would be great. ~Thank you
Re: FTP upload, FTP put, FTP in general
Posted:
Mon Dec 15, 2014 1:17 pm
by thedwarfer19
Hi
I was trying out this module and managed to get it to connect to my ftp server
Commands are as follows:
AT+CWMODE=3
AT+CWJAP=[WIFI SSID],[WIFI PASSWORD]
AT+CIPMUX=0
AT+CIPSTART="TCP","[FTP ADDRESS]",21
# at this point you will get the ftp server's welcome message in the terminal
AT+CIPMUX=0
AT+CIPSEND=[length in chars of the data]
# then you should see a > character
# and you enter the data to send
Sadly I ran into a roadblock at that point getting a syntax error no matter what data i send.
If you have any luck, maybe you could share your findings back here as I have
Re: FTP upload, FTP put, FTP in general
Posted:
Thu Nov 05, 2015 6:25 am
by Daniel Fabro
Hello guys. I am also very interested in transmitting data via FTP. But could not evolve beyond what was described above. If anyone had success, please share.
Re: FTP upload, FTP put, FTP in general
Posted:
Sun Jul 03, 2016 1:57 pm
by Jayx
Yup as am I. There are modified libraries that seem to be for the MCUnode.
This should be possible via AT cmds.