-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SFTPTransferQueue.IsUpload
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
SSH.SFTPTransferQueue.IsUpload
Function IsUpload(Stream As BinaryStream) As Boolean
Function IsUpload(Stream As SSH.SFTPStream) As Boolean
Name | Type | Comment |
---|---|---|
Stream |
BinaryStream or SFTPStream
|
One of the streams associated with the transfer. |
Returns True
if the transfer that the Stream
is associated with is an upload.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.