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.PutFile Method ====== | ====== Session.PutFile Method ====== | ||
| Uploads data from [[https://docs.microsoft.com/en-us/dotnet/api/system.io.stream|''System.IO.Stream'']] to a remote file. | Uploads data from [[https://docs.microsoft.com/en-us/dotnet/api/system.io.stream|''System.IO.Stream'']] to a remote file. | ||
| - | |||
| - | &beta_feature | ||
| //For an efficient upload from a physical local file, use [[library_session_putfiletodirectory|''Session.PutFileToDirectory'']] and similar methods instead.// | //For an efficient upload from a physical local file, use [[library_session_putfiletodirectory|''Session.PutFileToDirectory'']] and similar methods instead.// | ||