0

I have a Linux Ubuntu laptop on which I download a lot of movies and I want it to transfer movies that have finished downloading to my ftp server. I tried doing it like this:

xdg-user-dirs-update --set DOWNLOAD 192.168.0.23:21/volume9

or like this:

xdg-user-dirs-update --set DOWNLOAD ftp://192.168.0.23:21/volume9

but I got an error:

directory value must be absolute path (was 192.168.0.23:21/volume9)

Is there a way I can do this?

0 Answers0