Hi Qiang, Xu, Qiang (FXSGSC) wrote: > What are the allowable quote commands in sftp? To remove a file, > "rm" can be quoted to send to the server. But to remove a non-empty > folder, "rmdir" doesn't work.
Does it work if the folder is empty? It is normal for rmdir to only work when the folder is empty. > I have checked the spec at > http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13, but didn't > find any material in this respect. Thanks for checking that! Also note that at least OpenSSH only implement a rather old draft of filexfer. I think it's v3 or v4. //Peter _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
