Re: How to send files over uucp

1998-04-26 Thread Peter Prohaska
On Fri, Apr 24, 1998 at 09:27:58PM +1000, Hamish Moffatt wrote: > On Thu, Apr 23, 1998 at 10:36:53PM -0500, [EMAIL PROTECTED] wrote: > > George Bonser writes: > > > You should probably do doing something like: > > > uucp remote_uucp_node!/full/path/to/file /path_to_local/destination > > > > No, he

Re: How to send files over uucp

1998-04-26 Thread Rick Younie
In article <[EMAIL PROTECTED]> you wrote: > I am currently fetching mail over an established uucp link. It > works great! I would like to send file over this link as well. Afer > reading the uucp man page it appeared simple but something is not right. > > uucp local_file remote_uucp_n

Re: How to send files over uucp

1998-04-24 Thread Hamish Moffatt
On Thu, Apr 23, 1998 at 10:36:53PM -0500, [EMAIL PROTECTED] wrote: > George Bonser writes: > > You should probably do doing something like: > > uucp remote_uucp_node!/full/path/to/file /path_to_local/destination > > No, he should be doing something like: > uucp local_file remote_uucp_node_name\!us

Re: How to send files over uucp

1998-04-24 Thread john
George Bonser writes: > You should probably do doing something like: > uucp remote_uucp_node!/full/path/to/file /path_to_local/destination No, he should be doing something like: uucp local_file remote_uucp_node_name\!user_name\!remote_filename '!' is special to the shell. Try 'echo !qwerty'.