Hi All,
I am trying to upload through FTP but i keep getting an error " object reference not set to an instance of an object when i try to test the connection using “secure ftp”. Has anyone succesful;y uploaded using secure FTP? If yes, did you also encounter this problem? If yes, How did you fix it?
Thanks
Hi
Usually this error will occur when the activity where this error occurred got a variable with null value
Kindly check once with the variables passed to the activity whether it has any value or not
Use a write line and pass those variables and check whether it is displaying any value in the output panel
Hope this would help you
Cheers @Olaoluwa