Hi, is it possible to remove a non-empty directory using the GridFTP C API without doing the recursion by hand? The globus_ftp_client_rmdir() function will always complain if the directory is not empty. Is there something like a recursive_rmdir or a flag that can be set?
Thanks, Ole