Hi! Xu, Qiang (FXSGSC) wrote: > > Does it work if the folder is empty? > > It is normal for rmdir to only work when the folder is empty. > > Yes, "rmdir" works only when the folder is empty.
I'm sorry, but then I do not understand what the problem is. > > 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. > > I can only find this: > http://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt. But > the content there is almost covered by > http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13. Yes, but note that draft-13 may have changed some things which are implemented in OpenSSH according to draft-02, so it is important to look at the correct specification for the software you are working with. If you are working with several different servers, each supporting different versions of the draft, then the code may require development to seamlessly use the maximum features of all servers. > They are seem to be talking about how to do transfer by code, Yes, all parts of the SSH protocols are packet based binary protocols. > but are not elaborating quote commands the ssh server can > recognize. :-( I'm sorry, I don't think I understand this. Can you explain what you mean by "quote commands" ? Thanks! //Peter _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
