Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] How to transfer files between ftp server and gsm module

Status
Not open for further replies.

ponnus

Full Member level 2
Joined
Mar 17, 2011
Messages
142
Helped
8
Reputation
16
Reaction score
8
Trophy points
1,298
Location
Cochin, INDIA
Activity points
2,226
is file transfer between ftp server and gsm module same as that of http?

Hi,
is file transfer between ftp server and gsm module same as that of http server?
can anyone help me,plz. i've searched this and didn't find.:cry:
 
Last edited:

if your GSM modem has a TCP/IP stack it should certainly be possible to use FTP (HTTP is a different protocol)
some modems have an FTP application installed or you could write it yourself using the FTP protocol
what exactly do you want to do?
 

i just want to dump some data into an ftp server. am using sim 300 and am successfully logged in. may i know what are the commands to transfer these data?
 

have a look thru the user guides etc on the SIM300 to see if supports FTP
**broken link removed**

if not you will have to implement FTP yourself - try a web search "embedded FTP" it should turn up plently of links

An alternative is for you to write own client and server to transfer the data using either TCP or UDP.
I tend to prefer this for small amount of data as it saves the overhead of FTP
 
  • Like
Reactions: ponnus

    ponnus

    Points: 2
    Helpful Answer Positive Rating
sorry, am not using sim 300 modem, but a modem that supports all the sim 3oo at commands. And sim 300 at commands contains nothing about ftp
 

Looking at the AT command set manual for the SIM 300 it does appear to support the TCP/IP commands/
If your omdem is fully compatible with eth sim300 you should be able to implement simple FTP or write your own file transfer client/server aplication.
 
  • Like
Reactions: ponnus

    ponnus

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top