View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Phil Hibbs Phil Hibbs is offline
external usenet poster
 
Posts: 100
Default FTP File Size from wininet

I'm using the wininet.dll FtpGetFile and FtpPutFile functions from
VBA, but they just return a boolean success-or-fail. Does anyone know
how to get more info about the transfer, e.g. why it failed or how
many bytes were transferred?

Phil Hibbs.