Section One BBS

Welcome, Guest.


Subject: src/sbbs3/ftpsrvr.c Date: Mon Dec 06 2021 01:35 pm
From: MRO To: Rob Swindell

  Re: src/sbbs3/ftpsrvr.c
  By: Rob Swindell to Git commit to main/sbbs/master on Sun Dec 05 2021 06:42 pm

 > https://gitlab.synchro.net/main/sbbs/-/commit/17a67ee9d95051145677ec52
 > Modified Files:
 >      src/sbbs3/ftpsrvr.c
 > Log Message:
 > Fix FTPS upload failure: !DATA ERROR 0 receiving on data socket

 > Don't treat CRYPT_ERROR_COMPLETE (-24) as a socket error during upload since
 > it's an indication that the remote closed the connection and is the normal
 > "end of file/transfer" indicator, not an error. 'rd' is already 0 in this
 > case, so no need to set at all (since recv() returns 0 upon disconnect and
 > that's what we're emulating here).

 > Fixes issue #309 reported by Jas Hud.

i cant upload files using any protocol on your bbs and cvs.synchro.net
---
 ■ Synchronet ■ ::: BBSES.info - free BBS services :::

No More Messages       Next Message
In Reply To: src/sbbs3/ftpsrvr.c (Rob Swindell)
Replies: src/sbbs3/ftpsrvr.c (Digital Man)