Versions in this module Expand all Collapse all v2 v2.0.0 Aug 10, 2022 Changes in this version + type FTPPool struct + func NewFTPPool(addr, user, passwd string, maxCachedConn, connLimit int) *FTPPool + func (pool *FTPPool) Addr() string + func (pool *FTPPool) Get() (conn *ftp.ServerConn, err error) + func (pool *FTPPool) MaxCachedConnNum() int + func (pool *FTPPool) Password() string + func (pool *FTPPool) Put(conn *ftp.ServerConn, forceFree bool) + func (pool *FTPPool) User() string Other modules containing this package github.com/antigloss/go