[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New project....but where to start??



HTTP API will indeed allow you to make a PUT request to the given URL
and save the resulting response into a file.

I'd recommend using the beta from
http://www.scottklement.com/httpapi/beta/

As it's solid with all the latest bug fixes and enhancements...

The EXAMPLE1 source included with it shows retrieving a file with via HTTP.

My only concern is the MD5 hash you mention...

It's not possible to calculate an MD5 hash until you have the file in
question, so for it to part of the URL, you'll need to have the MD5
hash prior to trying to retrieve the file with HTTP API.

HTH,
Charles



On Sat, Jan 22, 2011 at 5:57 PM,  <DivotDug@xxxxxxx> wrote:
>
>   I am tasked with a new project and I am not sure where to start.
>
>
>
>   I need to put/get files from something called an Accillion managed FTP
>   server appliance.   Here is an exmple of the command to get a file.
>
>
>
>   The URL for the call is as follows:
>   [1]https://<hostname of appliance>/seos/<application ID>/mpd/<MD5 hash
>   token>/<file
>   handle>
>
>
>
>   I assume that I want to use HTTPAPI for this process.  Is my
>   assumption correct?   Has anyone had any experience with creating a
>   MD5 hash token on the IBM i?
>
>
>
>   Thanks in advance for any and all help.
>
> References
>
>   1. https://<hostname/
>
> -----------------------------------------------------------------------
> This is the FTPAPI mailing list.  To unsubscribe, please go to:
> http://www.scottklement.com/mailman/listinfo/ftpapi
> -----------------------------------------------------------------------
>
>
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------