Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Connect to sftp site via Qlikview- turn logging on and view errors

I am trying to connect to a sftp site and load data from the sftp site.  I use a .bat file with the following commands but i don't know how to turn logging on to determine what errors are displayed and debug the command

contents of the  bat file

Open sftp://userid:password@https://sftp.plateau.com/

In qlikview I am just using an execute commant to execute the .bat file

Thanks

Rick

2 Replies
Not applicable
Author

try using something like

EXECUTE cmd.exe /C "Fullpathbatchname.bat 1> \\Fullpathbatchname.out.log  2> \\Fullpathbatchname.err.log";

Not applicable
Author

Thanks - but what code do I use to connect to the SFTP??

how to I enter the userid and password and the sftp site name??

Rick