Re: [Linux-decnet-user] Recursive Copy
Brought to you by:
chrissie_c,
ph3-der-loewe
|
From: Patrick C. <pa...@ty...> - 2002-08-27 14:22:09
|
On Tue, Aug 27, 2002 at 02:44:16PM +0000, ada...@bn... wrote: > Hi, after compiling a new kernel im now very impressed with decnet on > linux, and hopefully my manager will find it useful. One thing i would > like to know is if its possible to do a recursive copy/delete from vms -> > linux (and linux -> vms)? Currently you can't do a recursive copy between linux and VMS. What I tend to do is to create a saveset on the VMS side and copy that to/from Linux as one file. To be honest it will need some fairly fancy coding to get fal & dncopy to understand and use VMS wildcards correctly and translate them into something Linux can use. dndel will /probably/ work for recursive deletions if you use the VMS [...] syntax because it doesn't actually care about any Linux equivalent filename. patrick |