sftpgo/ftpd
Nicola Murino 61947e67ae
ftpd: add basic wildcard support
this is the minimal implementation to allow mget and similar commands with
wildcards.

We only support wildcard for the last path level, for example:

- mget *.xml is supported
- mget dir/*.xml is supported
- mget */*.xml is not supported

Removed . and .. from FTP directory listing

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
2022-05-04 19:32:02 +02:00
..
cryptfs_test.go ftpd: add basic wildcard support 2022-05-04 19:32:02 +02:00
ftpd.go add more details to the server status page 2022-02-26 16:43:29 +01:00
ftpd_test.go ftpd: add basic wildcard support 2022-05-04 19:32:02 +02:00
handler.go ftpd: add basic wildcard support 2022-05-04 19:32:02 +02:00
internal_test.go ftpd: add basic wildcard support 2022-05-04 19:32:02 +02:00
server.go refactoring of user session counters 2022-04-14 19:07:41 +02:00
transfer.go add support for data transfer bandwidth limits 2022-01-30 11:42:36 +01:00