ESP8266 Developer Zone The Official ESP8266 Forum 2017-01-20T13:54:24+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=3271 2017-01-20T13:54:24+08:00 2017-01-20T13:54:24+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3271&p=11147#p11147 <![CDATA[Re: sftp server using esp8266]]> http://www.tecmint.com/sftp-command-examples/

Here is a good point to start figuring out how to issue commands and parse the incoming data. You should always start with command line tools when trying to figure out how to work on the protocol level. After this, you may directly use AT commands to do what you did on the terminal.
And at the moment, I don't recall any previous implementations of SFTP directly with ESP8266 AT firmware. But you should be able to use a standard SFTP library with its hardware level functions modified to use ESP AT commands.

Statistics: Posted by Guest — Fri Jan 20, 2017 1:54 pm


]]>
2017-01-18T16:23:53+08:00 2017-01-18T16:23:53+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3271&p=11128#p11128 <![CDATA[sftp server using esp8266]]>
Ok I have realised my mistake the command should be AT+CIPSTART="TCP","test.rebex.net",22 and using I am able to make a tcp connection to sftp server but now how should I proceed further? Is their any example of sftp protocol using esp8266 module?

Statistics: Posted by prattom — Wed Jan 18, 2017 4:23 pm


]]>