Timestamp is two hours back to my generated file after transferring
Hello everyone,
I have a problem when transferring the file that my timestamp no longer fits (Excel VBA). How can I work around this problem? I've been looking for some time now but can't find the right one. How should the syntax be here?
thanks
PS: Programm
I have a problem when transferring the file that my timestamp no longer fits (Excel VBA). How can I work around this problem? I've been looking for some time now but can't find the right one. How should the syntax be here?
thanks
PS: Programm
Dim mySessionOptions As New SessionOptions Dim i As Integer With mySessionOptions .Protocol = Protocol_Scp .HostName = xxxx .UserName = "xxxxx" .Password = "xxxxx" .GiveUpSecurityAndAcceptAnySshHostKey = True End With ' Connect mySession.Open mySessionOptions ' Upload files Dim myTransferOptions As New TransferOptions myTransferOptions.TransferMode = TransferMode_Binary Set transferResult = mySession.getFiles("/lng/" & Quelle, Ziel, False, myTransferOptions)