zio / zio-ftp

A simple, idiomatic (S)FTP client for ZIO
https://zio.dev/zio-ftp
Apache License 2.0
29 stars 13 forks source link

Sftp.upload allow to set open modes #251

Closed Fristi closed 2 years ago

regis-leray commented 2 years ago

Could you please open a github issue, with more informations about the problem (full stack trace) and the current use case you are handling in your program.

Thank you

Are you creating a new file, or overwriting ?

Fristi commented 2 years ago

@regis-leray Posted error at #253

regis-leray commented 2 years ago

might be related to https://github.com/zio/zio-ftp/pull/252/files

we dont validate operation is completed after the store the file

Fristi commented 2 years ago

Would you like this feature @regis-leray ?