Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Hello I fixed a problem in rchown command that prevented it to be recursive. It seems that the "-R" options is not being sent to server. To correct it, I inserted these two lines in chown.cpp file, line 83: if(!local) send_arg("-R"); I tested it using CVSNT 2.5.01.1927 sources. Capaverde