This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Send File via FTP

Dear All,

I should read an device connected to serial port COM0 and send via ftp the data read.

How do I send via FTP these data?
I must first create a file? If yes ... How do?

Thanks in advance

Miky

PS.... My Board is a MCB2300 with LPC2378

Parents
  • If I understand it right, you want to read data from one of your serial ports (connected to some serial device), and then you want to retransmit that data out the Ethernet port, via FTP, on your MCB2300 board correct?

    It would seem to me that you are going to have to run an FTP client on your MCB2300 so that you can connect to an FTP server (on a PC?). That said, you'll need to run TCP/IP on your MCB2300. Take a look at the following link: http://www.keil.com/arm/rl-arm/rl-tcpnet.asp

    -=Rich=-

Reply
  • If I understand it right, you want to read data from one of your serial ports (connected to some serial device), and then you want to retransmit that data out the Ethernet port, via FTP, on your MCB2300 board correct?

    It would seem to me that you are going to have to run an FTP client on your MCB2300 so that you can connect to an FTP server (on a PC?). That said, you'll need to run TCP/IP on your MCB2300. Take a look at the following link: http://www.keil.com/arm/rl-arm/rl-tcpnet.asp

    -=Rich=-

Children
No data