<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<blockquote type="cite">
  <pre wrap="">Date: Fri, 19 Mar 2010 16:35:52 -0400
From: "Dennis Malen" <a class="moz-txt-link-rfc2396E"
 href="mailto:dmalen@malen.com">&lt;dmalen@malen.com&gt;</a>
Subject: filepro: automating a process to log in to a web site
To: <a class="moz-txt-link-rfc2396E"
 href="mailto:filepro-list@lists.celestial.com">&lt;filepro-list@lists.celestial.com&gt;</a>
Message-ID: &lt;014e01cac7a3$c6b8ffd0$0cb21309@dennisoffice&gt;
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
        reply-type=original

We currently do processing through filePro that will FTP a file on the unix 
box and transfer it to a server so it appears on a desktop. In conjunction 
with that we also simultaneously email the file to a client.

QUESTION: Can filepro be programmed to open a website, answer some questions 
(password etc.) and either upload or download a file?

Can it be programmed or is there a program that can be purchased that 
performs those functions?


Dennis Malen
516.479.5912 </pre>
</blockquote>
<br>
If the request for the file can be made as one URL string then you can
use cURL for a SYSTEM command.<br>
<br>
<a class="moz-txt-link-freetext" href="http://curl.haxx.se/">http://curl.haxx.se/</a><br>
"curl is a command line tool for transferring data with URL syntax,
supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP,
LDAPS, FILE, IMAP, SMTP, POP3 and RTSP. curl supports SSL certificates,
HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies,
cookies, user+password authentication (Basic, Digest, NTLM, Negotiate,
kerberos...), file transfer resume, proxy tunneling and a busload of
other <a href="http://curl.haxx.se/docs/features.html">useful tricks</a>.
"<br>
<br>
Boaz<br>
</body>
</html>