+ Reply to Thread
Results 1 to 7 of 7

Thread: TechTip: Talk to the Internet with cURL

  1. #1

    Default TechTip: Talk to the Internet with cURL

    ** This thread discusses the article: TechTip: Talk to the Internet with cURL **
    ** This thread discusses the Content article: TechTip: Talk to the Internet with cURL0

  2. #2
    A.Seiden Guest

    Default TechTip: Talk to the Internet with cURL

    ** This thread discusses the article: TechTip: Talk to the Internet with cURL **
    If this article about cURL provoked any questions or ideas, please post them here. We'd like to hear them. Alan Seiden

  3. #3
    Guest.Visitor Guest

    Default TechTip: Talk to the Internet with cURL

    ** This thread discusses the article: TechTip: Talk to the Internet with cURL **
    I am continuing to learn about open source an AIX on the AS400. I have installed the PASE environment, but have not done anything with it. Your article was very straigtforward and is the first useful thing I've done with PASE. Of course, it took me a while to figure out the difference between "/" and "". Once I got past that, I was able to duplicate the tasks in the article. This is the first time I've been able to do that. Thanks. ---Dale

  4. #4
    Guest.Visitor Guest

    Default TechTip: Talk to the Internet with cURL

    ** This thread discusses the article: TechTip: Talk to the Internet with cURL **
    Just like the other poster here, this is my first use of PASE - thanks for the article. Unfortunately, though I am able to access intranet sites via curl, I get only "(6) Couldn't resolve host" when I try to access an external site. This is no doubt due to the company firewall. Any ideas on how to poke thru the firewall with this command? Thanks.

  5. #5

    Default TechTip: Talk to the Internet with cURL

    ** This thread discusses the article: TechTip: Talk to the Internet with cURL **
    Let's test your i5's internet connection. From an i5/OS command line, run this command: ping www.google.com Let us know what appears in the status line (line 24). --Alan Seiden

  6. #6

    Default TechTip: Talk to the Internet with cURL

    ** This thread discusses the article: TechTip: Talk to the Internet with cURL **
    There are a number of tools that offer more or less the same functionality. One method I sometimes use is Python's urllib. For casual use, you can even invoke the URL retrieval methods from a Python command line, for example, urllib.urlretrieve('http://www.google.com/','mylib/google.html'). (For those who didn't know, there is a native Python port for the iSeries.) Cheers! Hans

  7. Default TechTip: Talk to the Internet with cURL

    ** This thread discusses the article: TechTip: Talk to the Internet with cURL **
    Article was very helpful. Does anyone know where one can download a binary version of curl with SSL for the iSeries?

+ Reply to Thread

Similar Threads

  1. TechTip: TechTip: Spooled Files and PDF, Part Three
    By scott@balrrexp.com in forum Document Management
    Replies: 23
    Last Post: 10-04-2006, 09:04 AM
  2. How to make my RPG program talk to a web server
    By Diane Mueller in forum General
    Replies: 1
    Last Post: 12-09-2005, 05:09 PM
  3. Replies: 0
    Last Post: 10-20-2005, 11:14 AM
  4. AS/400 -> PC -> Internet
    By Guest.Visitor in forum Networking
    Replies: 2
    Last Post: 03-08-1999, 06:25 AM
  5. Hot Talk 5250 (remote dial-up)
    By Guest.Visitor in forum Programming
    Replies: 2
    Last Post: 11-04-1998, 11:04 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts