| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Simplex.FileTransfer.Server.Env
Documentation
data XFTPServerConfig Source #
Constructors
| XFTPServerConfig | |
Fields
| |
Constructors
| XFTPEnv | |
Fields
| |
defFileExpirationHours :: Int64 Source #
newXFTPServerEnv :: XFTPServerConfig -> IO XFTPEnv Source #
countUsedStorage :: Map k FileRec -> Int64 Source #
data XFTPRequest Source #
Constructors
| XFTPReqNew FileInfo (NonEmpty RcvPublicAuthKey) (Maybe BasicAuth) | |
| XFTPReqCmd XFTPFileId FileRec FileCmd | |
| XFTPReqPing |