-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support FTP for ISO URLs #478
Comments
I'd love to do this, but there is no native Go FTP library at the moment which is kind of a blocker. |
It looks to me like there may be support for this now in the goftp library? Quickly reviewing that code it seems to be implemented solely in Golang. |
+1 for this feature |
PR #2906 uses jlaffaye's ftp library which is pretty much #1 at http://golanglibs.com. However, if the policy is to re-implement all the protocols that golang doesn't have a stdlib for or that packer doesn't already include, I suppose I can re-invent ftp for that PR to get packer to support ftp urls and resuming. |
+1. A stumbling block at the first hurdle for me :/ |
+1 good feature |
+1, but i'm prefer http it faster then ftp |
+1 |
Hi there this is a pretty old thread so pardon the noise. But this particular feature request is out of scope for Packer since downloading of ISOs is really the job of hashicorp/go-getter. There is an accompanying issue on the go-getter project hashicorp/go-getter#220 where this request is being tracked. I'm going to close this issue on Packer and keep an eye on the go-getter discussion. |
Some distributions (FreeBSD) only provide FTP URLs to their ISOs and Packer doesn't seem to support this:
The text was updated successfully, but these errors were encountered: