Documentation ¶
Index ¶
- Variables
- func AllCertificates(conn net.Conn)
- func AuthenticateClient(conn net.Conn) error
- func Autoreserved()
- func CBCDecrypter(password string, ciphertext []byte) ([]byte, error)
- func CBCEncrypter(password string, sl []byte) ([]byte, error)
- func Calendar()
- func CertPasswd(conn net.Conn)
- func CheckDate()
- func Configure()
- func Containers()
- func CreateCert(conn net.Conn)
- func Download(conn net.Conn)
- func Exit(conn net.Conn)
- func ListFiles(conn net.Conn)
- func ReadHOST() string
- func ReadPORT() string
- func Setting()
- func Upload(conn net.Conn)
- func Userfiles()
- type ConfigData
- type NewData
Constants ¶
This section is empty.
Variables ¶
View Source
var HOST string
View Source
var IsLetter = regexp.MustCompile(`1`).MatchString
View Source
var PASSWD string
View Source
var PORT string
View Source
var ROOT = "filestore/clientDir"
View Source
var UNAME string
Functions ¶
func AllCertificates ¶
func AuthenticateClient ¶
func Autoreserved ¶
func Autoreserved()
func CertPasswd ¶
func Containers ¶
func Containers()
func CreateCert ¶
Types ¶
type ConfigData ¶
Click to show internal directories.
Click to hide internal directories.