You are not logged in. Please login or register.
Active topics Unanswered topics
MySecureShell moved to github !
MySecureShell has moved to github.
Now this forum is keeped for history :)
Url:
https://github.com/mysecureshell/mysecureshell
Search options
is it possible add more info for
[%s][%s]Interrupt upload into file '%s'
[%s][%s]Interrupt download file '%s' : %i
who break connection? this is network issue or user cancel ? any error code ?
for example:
2011-07-30 12:16:40 [5468][xxx][xxx.host]Start upload into file './some.file'
2011-07-30 12:16:41 [5468][xxx][xxx.host]Interrupt upload into file './some.file'
2011-07-30 12:16:41 [5468][xxx][xxx.host]Quit.
who is bad guy? SFTP server? SFTP client? ...
"Quit" - mean gracefull quit or disconnect by peer or time out disconnect?
may be same issue maybe not.
prologue:
we use sftp as file transfer within our branches.
behind sftp working a lot of scripts - parse files etc.
scripts get file, decrypt and put in outgoing dir.
main problem: script don't know when file ready to use.
notify is best way, but not only one.
more simple solution it is
when client upload file MSS write data in temporary filename(prefix) and after success upload, sftp rename(owerwrite) it to real file.
many FTP servers have this feature. and i miss it in MySecureShell.
check this out:
http://www.proftpd.org/docs/directives/ … tores.html
and this one:
http://www.proftpd.org/docs/directives/ … tores.html
Posts found: 2