Fork me on GitHub
Jun 26 2008

Shoo Hal Ayam? – A fund raising concert at Terra Sancta

1,065 views
July 5, 2008
7:30 pmto8:30 pm

Shoo Hal Ayam

Facebook link: http://www.facebook.com/event.php?eid=16764599499


Jun 3 2008

Ftp using curl

919 views

This post just a reminder for me, as every time I need it, I look through the manual for options, to send a file through FTP using the command curl


$ curl ftp://server/Path/To/Destenation -T FileToUpload -u username:password
 

I just keep forgetting it, hope it would help someone else :)