Toastie vor 8 Monaten
Ursprung
Commit
4277b792b2
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      linux/curl-indirect-filetransfer.md

+ 3 - 0
linux/curl-indirect-filetransfer.md

@@ -0,0 +1,3 @@
+Download image and pipe the file directly to an FTP server
+
+`curl https://ftp.halifax.rwth-aachen.de/grml/grml32-small_2022.11.iso | curl -T - ftp://username:password@ftp.example.com/boot.iso`