Hi,
I've used this code several weeks and worked everytime:
wget -nc -q -P /KINKPC/ ftp://10.0.1.2/*
As you can see, the code is copying files and directories from 10.0.1.2 to the local server to be put under directory KINKPC ( which would be created with -P , I think).
But suddenly, today this code doesn't work. What could possibly be the problem? Could it be, that the server is full? In this case, how can I see the capacity? Or is there a better/another code?
And when I try to remove KINKPC with
rm /KINKPC/*
it says that the file or directory can not be found, although it exists.
I'm using Linux Debian, by the way.
Thanks.
Andre
I've used this code several weeks and worked everytime:
wget -nc -q -P /KINKPC/ ftp://10.0.1.2/*
As you can see, the code is copying files and directories from 10.0.1.2 to the local server to be put under directory KINKPC ( which would be created with -P , I think).
But suddenly, today this code doesn't work. What could possibly be the problem? Could it be, that the server is full? In this case, how can I see the capacity? Or is there a better/another code?
And when I try to remove KINKPC with
rm /KINKPC/*
it says that the file or directory can not be found, although it exists.
I'm using Linux Debian, by the way.
Thanks.
Andre