Highlights
- Arctic Code Vault Contributor
Popular repositories
-
-
-
-
Forked from mapsforge/mapsforge
Vector map library and writer - running on Android and Desktop.
Java
-
717 contributions in the last year
Contribution activity
December 2020
Created 66 commits in 4 repositories
Created 1 repository
- drakkan/copy Go
Created a pull request in fclairamb/ftpserverlib that received 10 comments
add support for implicit TLS
This is not a standard and should not be used anymore but there are still clients requiring it.
I reused the TLSRequired setting, if you prefer I c…
+130
−42
•
10
comments
Opened 22 other pull requests in 4 repositories
fclairamb/ftpserverlib
18
merged
- fix denial of service
- add support for ASCII transfer mode
- hash: ensure to close the file in any case
- FEAT: declare all the features we support
- don't quit listener after a temporary accept error
- fix data race for methods exposed from ClientContext interface
- ensure that STAT lines and transfer open/close replies don't interleave
- add ABOR support
- add settings to disable server STAT and SYST
- add COMB support
- test cases: complete porting to testify and remove goftp.v1
- use testify for "files" test cases
- add support for AVBL command
- expose last received command
- add support for calculating the hash value of files
- fix STAT response code
- add a setting to disable site commands
- add some alias for directory handling
pkg/sftp
1
open
1
merged
otiai10/copy
1
merged
drakkan/sftpgo
1
closed
Reviewed 2 pull requests in 2 repositories
fclairamb/ftpserverlib 1 pull request
pkg/sftp 1 pull request
Created an issue in fclairamb/ftpserverlib that received 1 comment
do not quit serve loop on temporary accept errors?
Hi,
currently the serve loop seems to exit after any error in listener.Accept().
I have not encountered any issues with this behavior until now, bu…
1
comment
Started 1 discussion in 1 repository
drakkan/sftpgo
drakkan/sftpgo