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