ftp
ftp copied to clipboard
FTP client package for Go
I'm not sure if it's necessary to add this line.
In this repo, go-multierror package is being used and it contain MPL 2.0 License which is being tagged as **vulnerable** via VeraCode. I was wondering if there's a way around...
I have this cli which works fine: ``` lftp -e "set ssl:check-hostname no;" -p 21 -u user host.com ``` I am trying from golang which fails: ``` // FTPS server...
Would it be possible to have a new release, which includes the latest improvements? :)
**Describe the bug** A clear and concise description of what the bug is. set option DialWithDialFunc and DialWithExplicitTLS client will hang on List **To Reproduce** start docker ``` version: "3"...
Some servers seem to send multiple spaces at the end of an MLST response. MLST Workspace 250-Listing Workspace size=0;type=dir;perm=rwx;modify=20250218125218; /Workspace 250 End Before this change this would cause the GetEntry...
Hi I have an error about ftp.Dial  The configuration of the server is as follows, and the maximum number of connections is configured. Why does a read connection reset...
It would be nice if `Entry`would implement the `fs.FileInfo` interface. I can open a PR for that if this sounds good.
**Describe the bug** I want to be able to configure the port and passive mode of ftp **To Reproduce** ``` func (p *FTPPool) newConnection() (*ftp.ServerConn, error) { conn, err :=...