How to write a image from the live url into local system using rsync
问题 I want to save a image or load a image which is on this example image link into my computer using rsync command into the terminal. Can anybody tell me how to save the image using terminal command? Path is:- /home/iron/go/src/ 回答1: Here I'm adding my answer to load a image from server to the local system or you can say remote machine to local machine Here is the little code package main import ( "fmt" "io" "log" "net/http" "os" ) func main() { url := "https://www.bookingkoala.com/wp-content