0 votes
by (330 points)
edited

Why was IFtp.ProgressChanged dropped in the latest release version of the File Transfer Pack? This is important for us to have. I can implement it in my own wrapper interface, but it was already there in the betas.

Thanks, Aaron.

Applies to: Rebex FTP/SSL, Rebex SFTP

1 Answer

0 votes
by (144k points)
edited

Update: The new event API for IFtp, Ftp and Sftp objects was finalized in Rebex FTP/SSL and Rebex SFTP 2012 R3. IFtp.TransferProgressChanged is the replacement event for the old TransferProgress and BatchTransferProgress events.

IFtp.ProgressChanged was meant to replace the former Ftp&Sftp's TransferProgress and BatchTransferProgress events, but its API was not finalized yet when everything else planned for the new release was already done. Because the new release was already overdue and our customers were waiting for it, we decided to postpone IFtp.ProgressChanged for the next release (2012 R2), even though its omission does indeed reduces the usability of IFtp interface. Sorry for inconvenience, the event will be back soon!

...