Thread: Windows equivalent to linux curl command?

  1. #1
    Registered User
    Join Date
    Jul 2007
    Posts
    43

    Windows equivalent to linux curl command?

    Is there a windows equivalent?

    I'm interested in scripts that can automatically download web pages and enter form data to get to the next page.

    I know this is super super easy on linux/Unix with curl but have no idea if theres an easy way with windows.

    Anyone?

  2. #2
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    There's a cURL for Windows.

  3. #3
    Registered User
    Join Date
    Jul 2007
    Posts
    43
    ANy easy windows native way? vbscript maybe?

  4. #4
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    What!? libcurl isn't 'native' on linux anyway. 'The' way IS libcurl.

  5. #5
    Registered User
    Join Date
    Apr 2007
    Posts
    137
    you don't need any library in windows.
    you can do everything with apis (http and others)

  6. #6

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Port app from Windows to Linux
    By BobS0327 in forum Linux Programming
    Replies: 12
    Last Post: 02-12-2006, 02:35 AM
  2. Question..
    By pode in forum Windows Programming
    Replies: 12
    Last Post: 12-19-2004, 07:05 PM
  3. Windows -> Linux
    By misplaced in forum C++ Programming
    Replies: 6
    Last Post: 12-19-2004, 11:27 AM
  4. .bat equivalent for linux
    By ichijoji in forum Linux Programming
    Replies: 8
    Last Post: 03-07-2004, 08:06 AM
  5. Linux for Windows!
    By Strut in forum Linux Programming
    Replies: 2
    Last Post: 12-25-2002, 11:36 AM