mig0 / SMB

Implementing CIFS (SMB) protocol in Perl
GNU General Public License v3.0
14 stars 6 forks source link

No "rename" and "copy" functions in lib( #2

Closed pearlydragon closed 6 years ago

pearlydragon commented 7 years ago

"rename" "copy" functions no present( Client.pm find, put, get, del - have how to do it, but no functions for copy|rename, but it need.

mig0 commented 6 years ago

Implemented remove, rename and copy functionality, in both client and server.

Will be available in 0.07 soon.