ftp icon indicating copy to clipboard operation
ftp copied to clipboard

FTP client package for Go

Results 47 ftp issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Timeout when using `ftps` to invoke `.List` and `.NameList`. Error is "context deadline exceeded". Maybe (??) related to an underlying TLS issue - possibly #249 and #252...

accepted
defect

**Describe the bug** As the title says when I trie to execute `c.List("/")` the application hangs indefinetely. I read that could be a firewall issue but when I try to...

accepted
defect

as title, will Stor 、 Retr can support context?

accepted
feature

CrushFTP and some other servers, in response to a FEAT command, prefix each feature with a " ". This is giving "short response" warnings. Example (CrushFTP): ``` 211-Extensions supported: AUTH...

defect

Hi, The idea of this new method is provide a more efficient way to lookup a single entry when supported by the remote server. I exposed a new `ErrNotSupported` error...

Shall we add an option for it?

**Describe the bug** I try to access an FTP server and the client fails to detect the available features. The server response looks like this: ``` Tx: "FEAT" Rx: "211-Features:"...

accepted
defect

**Describe the bug** The connection attempts to not abort properly **To Reproduce** I've set up an ftp server that can be reached somewhat, but is not fully functional (as tested...

accepted
defect

```go c, err = ftp.Dial( ftpsString, ftp.DialWithExplicitTLS( &tls.Config{ InsecureSkipVerify: true, }, ), ) ``` After changes 2022-03-01 c.Stor() return **read: connection reset by peer**

accepted
defect

Hi! Thank you for your great project! Please use [semantic versioning](https://semver.org/). It is ok to start with `v0` version to allow backward incompatible changes. This will allow users to pin...

accepted
defect