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

Re: Pointers



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
-----------------------------------------------------------------------