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

Re: Pointers



Are your length variables small integer? What's the definition of the
length variables?

On Wed, Feb 4, 2009 at 1:20 PM, Scott Klement <sk@xxxxxxxxxxxxxxxx> wrote:
> Hi Harry,
>
> I don't understand why you have a 32767 limit?  Where did that limit
> come from?
>
>
> Harry Williams wrote:
>> I am downloading a file and putting it in the IFS.  That part works fine.
>>
>> I wanted to download the file, then encrypt it, and then put it to the
>> file.
>>
>>
>> I am using
>>                 callP     Qc3EncryptData(
>>                              clrDta        :
>>                              clrDtaLen     :
>>                              clrDtaFmt     :
>>                              algorithm     :
>>                              algorithmFmt  :
>>                              key           :
>>                              keyFmt        :
>>                              srvProvider   :
>>                              deviceName    :
>>                              encryptedData :
>>                              encryptedBufL :
>>                              encryptedRtnL :
>>                              APIERR
>>                           )
>> For the encryption.  The encryption is working fine.  The only problem I
>> have is that the sizes.  If the encryption is larger than 32,767, then I
>> only get back 32,767 of the data.
>>
>> How do I pass the parms to get the whole IFS file to be encrypted, and
>> then put in the file.
>>
>> Anyone has any suggestions?
>> Harry
>>
>> -----------------------------------------------------------------------
>> 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
> -----------------------------------------------------------------------
>
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------