PDA

Bekijk de volledige versie : Question howto upload files to an ftp server



donaldduck
06-06-2005, 22:17
Hello everyone,

i have searched the forum but i didn't find what i am looking for:
I would like to upload the webcam image to any ftp-server, for example to my own usb stick.
I am able to get hold of the image:
wget http://192.168.1.1:7776/display.jpg
And I am able to copy it for example to:
cp display.jpg /tmp/harddisk/
But if i want to copy it to:
cp display.jpg ftp://192.168.1.1/display.jpg
I receive the message:
cp: unable to open `ftp://192.168.1.1/display.jpg': No such file or directory
although the command:
wget ftp://192.168.1.1/display.jpg
is working.
What is my mistake or which command is missing. Any help appreciated. Thank you in advance.

Dirk

Antiloop
07-06-2005, 00:55
command 'ftp' is not implemented in the wl500g

this feature is mostly standard at linux installation

so in short, it's not possible what you want

perhaps use scp/ssh or something
or do wget from the other side.. (the ftp server)