Jul 16, 2002 #1 albeee Programmer Dec 3, 2001 4 US How can I copy a file to a remote server using the rcmd command?
Jul 16, 2002 #2 KenCunningham Technical User Mar 20, 2001 8,475 GB Do you mean rcp? Upvote 0 Downvote
Jul 17, 2002 #3 Guest_imported New member Jan 1, 1970 0 Try this: rcp file zzxxxxx:/directory/path/file Translation: Remote copy local file to remote workstation or server at path location. Upvote 0 Downvote
Try this: rcp file zzxxxxx:/directory/path/file Translation: Remote copy local file to remote workstation or server at path location.
Jul 18, 2002 #4 KenCunningham Technical User Mar 20, 2001 8,475 GB To use rcp you'll need a .rhosts file on the recipient with an entry in the format: <remote_user> <remote_Sysname> and probably an entry in the hosts.equiv on each machine too. Upvote 0 Downvote
To use rcp you'll need a .rhosts file on the recipient with an entry in the format: <remote_user> <remote_Sysname> and probably an entry in the hosts.equiv on each machine too.