mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
09e3943d5e
fmirror is a program for mirroring files and directories from a remote FTP server PR: ports/39900 Submitted by: Xavier Beaudouin <kiwi@oav.net>
8 lines
391 B
Plaintext
8 lines
391 B
Plaintext
fmirror is a program for mirroring files and directories from a remote FTP
|
|
server.
|
|
It allows regex-matching for files that are to be included and excluded.
|
|
It uses a combination of timestamp, file size, and file permissions to
|
|
decide what files to transfer from the FTP server.
|
|
The primary goal of fmirror is to use as little memory as possible,
|
|
but still be able to do its job efficiently.
|