Error using SFTP.NET in command line program (wodSFTP / wodSFTP.NET / wodSFTPdll)
When using the SFTP.NET component in a Windows app, it works great.
However, when I launch the same program using command line arg and don't show or create any forms, I get the following error:
System.NullReferenceException: Object reference not set to an instance of an object.
at n.af()
at WeOnlyDo.Client.SFTP.Connect()
at My_Namespace.FTPFunctions.ConnectFTP(Boolean Block, String UserName, String Password, StreamWriter LogFile) in FTPFunctions.vb:line 32
Where line 32 is the SFTP.Connect() method call.
Anybody have any ideas?
Thanks,
Marc