ftp icon indicating copy to clipboard operation
ftp copied to clipboard

FTP client package for Go

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

Hi, In my test code, i am trying to upload an empty file: ` err = f.conn.Stor(f.currentFile, bytes.NewReader([]byte(""))) ` But returns (unexpected EOF) when the StorFrom method tries to read...

**Describe the bug** when Custom add local address, upload file shows that addr has been used **To Reproduce** ``` netAddr ,_ := net.ResolveTCPAddr("tcp","1.1.1.1:12345") dialer := net.Dailer{ LocalAddr: netAddr } c,_...

defect

**NOTE!** YES ITS A NOT A RCLONE PROBLEM, they use this lib here and this is broken and reproducible. **Describe the bug** Using rclone to connect to an FTPS -...

defect

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** ``` Please include a mininal test case as code ``` **Expected behavior** A clear and...

defect

## Description When I try to login to a ftp server, return a unexpected error that "Send 'CLNT client_type' before enabling UTF8." And I can login the ftp server by...

defect

**Describe the bug** I'm using the `List` function with a FTP server that returns a line like this: ``` 08-03-2021 09:59AM SomeDirectory ``` When debugging the `parseDirListLine` function, it doesn't...

defect

Hi! Faced this error while working with bad-configured third-party FTP server... ``` > PASV < 227 Entering Passive Mode (172,19,192,40,204,178). ``` ``` dial tcp 172.19.192.40:53441: connect: no route to host...

accepted
feature

hi, in the **store** command, is it possible to set timeout on the underlying connection so that hanging connection or possible too big file would not block indefinitely ? thx

This is just a start for an OpenVMS 8.3 style listing. It appears to work, but OpenVMS is not formatted and not even consistent between versions. Also made the Go...

**Describe the bug** As far as this goes, it's more likely to be a misconfigured FTP server (unfortunately I don't know the vendor). In this case the MLIST command returns...

defect