Skip to content

Contrast matters

by Florian Fankhauser

Tag: curl

How to upload a file to a FTP server with cURL

If you need a simple way to upload a file to an FTP-server from commandline or from a script, you could use cURL:

curl -v -T file.txt ftp://username:password@myserver/mydir/

The -v turns on verbosity and -T aktivates file-uploads.

Author FlorianPosted on September 10, 2010Categories Software DevelopmentTags curlLeave a comment on How to upload a file to a FTP server with cURL

Recent Posts

  • Another wisdom
  • Wisdom
  • Composing generators in JavaScript
  • Accessing Context Initialization Parameters in JSP page
  • Video: Simple Made Easy

Recent Comments

    Archives

    • November 2016
    • May 2016
    • April 2016
    • November 2012
    • October 2011
    • August 2011
    • July 2011
    • June 2011
    • May 2011
    • March 2011
    • February 2011
    • January 2011
    • December 2010
    • November 2010
    • September 2010
    • August 2010
    • April 2010
    • October 2009
    • August 2009
    • July 2009
    • June 2009
    • May 2009

    Categories

    • Business
    • Java
    • JavaScript
    • Shortcuts
    • Software Development
    • Tools
    • Uncategorized
    • Usability
    Contrast matters Proudly powered by WordPress