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
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