Differences
This shows you the differences between the selected revisions of the page.
2021-06-15 | 2021-06-18 | ||
streaming with sftp only (martin) | 5.19 stable has been released (martin) | ||
Line 1: | Line 1: | ||
====== Session.GetFile Method ====== | ====== Session.GetFile Method ====== | ||
Provides [[https://docs.microsoft.com/en-us/dotnet/api/system.io.stream|''System.IO.Stream'' interface]] to a remote file contents. | Provides [[https://docs.microsoft.com/en-us/dotnet/api/system.io.stream|''System.IO.Stream'' interface]] to a remote file contents. | ||
- | |||
- | &beta_feature | ||
//For an efficient download to a physical local file, use [[library_session_getfiletodirectory|''Session.GetFileToDirectory'']] and similar methods instead.// | //For an efficient download to a physical local file, use [[library_session_getfiletodirectory|''Session.GetFileToDirectory'']] and similar methods instead.// |