ftp utility missing #7890
-
It would be useful if the ftp client was included in the base build, it would make it much easier to get things like update ISOs onto the master. |
Beta Was this translation helpful? Give feedback.
Answered by
dougburks
May 4, 2022
Replies: 1 comment
-
The base build should include |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dougburks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The base build should include
wget
andcurl
, both of which should be able to retrieve via FTP. Alternatively, you might consider other transfer mechanisms likesftp
,scp
, orrsync
.