You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenRead method is now obsolete and DownloadFile is recommended instead. But what about OpenRead(string path, FtpDataType type, long restart)? There is no way to use DownloadFile with restart option. The workaround is to use the static OpenRead method but that is only a workaround. Any other options / plans?
The text was updated successfully, but these errors were encountered:
Thank you for this info. DownloadFile is a new API and to get info about such advanced use cases I have left OpenRead still in there. It will be supported until all use cases are tackled. For now you can still use OpenRead. I will improve DownloadFile with resuming support and get back when its ready.
Hi there,
The
OpenRead
method is now obsolete andDownloadFile
is recommended instead. But what aboutOpenRead(string path, FtpDataType type, long restart)
? There is no way to useDownloadFile
with restart option. The workaround is to use the staticOpenRead
method but that is only a workaround. Any other options / plans?The text was updated successfully, but these errors were encountered: