AspectUnk / russh-sftp

SFTP subsystem supported server and client for Russh
Apache License 2.0
64 stars 21 forks source link

Should SftpSession::create truncate the file? #11

Closed rukai closed 1 year ago

rukai commented 1 year ago

SftpSession::create does not include the truncate flag and is not documented to truncate the file but the equivalent rust standard library method is documented to truncate the file.

AspectUnk commented 1 year ago

Thanks for noticing. It's fixed now