Note support of FTP. #48

This commit is contained in:
Andrey Smirnov
2014-08-29 19:38:25 +04:00
parent 7ae785f5a3
commit 4940fdc951
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ func makeCmdMirrorCreate() *commander.Command {
Short: "create new mirror",
Long: `
Creates mirror <name> of remote repository, aptly supports both regular and flat Debian repositories exported
via HTTP. aptly would try download Release file from remote repository and verify its' signature. Command
via HTTP and FTP. aptly would try download Release file from remote repository and verify its' signature. Command
line format resembles apt utlitily sources.list(5).
PPA urls could specified in short format:

View File

@@ -1,2 +1,2 @@
// Package http provides all HTTP-related operations
// Package http provides all HTTP (and FTP)-related operations
package http