No no, I understand that, I was just basing my code on the connection part to connect to the ftp server, however when I connected even to a web server the connection would abort.
I figured out the problem about 3 minutes ago though, the code I had downloaded for the msp430 had an "abort" if it was any connection that had not come to port 80 (to access the webserver in the msp) I hadn't even looked at the code for the webserver, so I hadn't noticed this. I appreciate your help though.
In fact, now I have another problem, I set up a small server on my computer that does nothing but receive text, however I can't seem to send information, I use the uip_send command but the server never sees this.
Thanks a lot for your help.
On 10/29/06, Till Harbaum (Lists) <[EMAIL PROTECTED]> wrote:
Hi,
On Sunday 29 October 2006 15:31, Daniel Fernández de Córdova Shore wrote:
> around three years old. I need an FTP client so I tried using the
> webclient available in later versions, (I just changed the webclient_get()
Maybe there's a very basic misunderstanding here. Most of todays webservers
can access those ftp://... links to ftp servers. But by doing so they
basically switch into some ftp client mode and aren't doing www transfers
anymore.
The uip webclient is a web client. But it doens't include the additional ftp
client functionality. So you basically can't use the webclient to do an ftp
transfer.
Ciao,
Till
--
Dr.Ing. Till Harbaum <[EMAIL PROTECTED]>
http://www.harbaum.org/till