Hi,
are there any WINSCP .net dll users?
I need to find the return value in tr .
tr is Variant
Session.Open(SessionOptions)
// Upload file
TransferOptions is WinSCP.TransferOptions
TransferOptions.TransferMode = WinSCP.TransferMode.Binary
tr = Session.PutFiles(sLocalFileName, "/Inbox/", False, TransferOptions)
thnak you