Re: VBA example won't work
Grazieeeeeeeeeeeeee!!!!!!!!!!!!!!!!!!!!!
"
as in the example I have a
Compilation error : impossibile trovare il metodo o il membro dei dati
SessionOption
object what do you see?
<type>_<member>
:
.Protocol = Protocol_Sftp
sessionOptions
class is empty?!?!
WITH
fails:
The class does not support the expected interface
Private Sub Upload(ByRef mySession As Session)
' Imposta le opzioni di sessione
Dim mySessionOptions As SessionOptions
Set mySessionOptions = New SessionOptions
With mySessionOptions
.Protocol = "Protocol.Sftp"
.HostName =