Toastie 8 months ago
parent
commit
4277b792b2
1 changed files with 3 additions and 0 deletions
  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`