Hello,
Im trying to upload a file with SFTP using VBA, is it possible ?
I found this code but I dont know what I need to change to use it.
Public Sub SFTPGet(fname As String)
Const cstrSftp As String = """mylink.com/pscp.exe"""
Dim strCommand As String
Dim pUser As String
Dim...