ftpserverlib icon indicating copy to clipboard operation
ftpserverlib copied to clipboard

golang ftp server library

Results 21 ftpserverlib issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Ignored or Blocked These are blocked by an existing closed PR and will...

Based on RFC 959 NLST is intended to return information that can be used by a program to further process the files automatically. More details [here](https://github.com/drakkan/sftpgo/issues/993#issuecomment-1249799791). Returning absolute paths is...

hi,i run into a problem while put/get files to/from ftp server using ftpserverlib as core enviroment: linux kernel version: 2.6.32_1-18-0-0 linux distribution version: CentOS release 6.3 (Final) fclairamb/ftpserver version: 0.11.0...

When control connection is idle for more than IdleTimeout duration, server immediately closes control connection and ignores on going data transfer through data connection. https://github.com/fclairamb/ftpserverlib/blob/main/client_handler.go#L413 This is not correct behavior....

The FTP protocol allows for (and many open source as well as commercial FTP servers support) custom messages to be sent to the client in 4 specific moments of the...

I want to use sFTPgo together with a Reolink camera. The camera sends a MODE S command before uploading a file. ftpserverlib does not recognize this and sends an error....

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint-action](https://togithub.com/golangci/golangci-lint-action) | action | major | `v4.0.0` -> `v5.1.0` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint-action](https://togithub.com/golangci/golangci-lint-action) | action | patch | `v4.0.0` -> `v4.0.1` | ---...

automerge

Hi, I am using this project with afero's MemMapFS and I haven't figured out whether its possible to overwrite the writer somehow. I think it would be a nice addition...