LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to use uucp command (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-use-uucp-command-633616/)

Linuxfan0001 04-07-2008 05:32 AM

how to use uucp command
 
I am using uucp command to copy some files to remote machine as following:
uucp /root/common/wintolinux.cpp '172.20.107.67!/root/common' returns
uucp:mkdir(/var/spool/uucp): Permission denied error
(uucp /root/common/wintolinux.cpp 172.20.107.67!/root/common gives !/root/common event not found error)
Please help
am i going wrong in using the command/is there some system problem

matthewg42 04-07-2008 06:20 AM

I'm not sure about uucp... I've not seen it used or even mentioned for a long time. Personally, I'd use scp, which has the advantage of encrypting authentication and data over the network, although that might not be something you care about, and there is an overhead in terms of CPU usage.

Zmyrgel 04-07-2008 06:21 AM

Why don't you use scp for copying files?

Linuxfan0001 04-07-2008 10:48 PM

i have now changed the permission rights of /var/spool now uucp is giving system not found error.. when i can actually ping the system..


All times are GMT -5. The time now is 06:35 AM.