Saturday, March 8, 2008

The joy of cURL

curl is a wonderfully useful and scriptable upload/download tool. For example, instead up firing up FTP to upload this page to my website, I figured out that I can open a Terminal and enter: $curl -v -T localpath/TechBlog.html -u username:password ftp://ftp.host.com/me/. And it does the whole thing for me!

No comments: