Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Using domain credentials in tftp

I am trying to connect to a sftp server that requires Windows domain credentials - i.e. WXYZ\username, although the use of a '\' appears to be causing some problems. I've tried escaping it along with some other methods and still cannot get it to connect. Does anyone have any tips that could help with this?

 

Thanks - Matt

 

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@mhaase,Please accept the solution and provide Kudos also.

View solution in original post

6 Replies
manodwhb
Champion II
Champion II

@mhaase,can you try / instead of \ ?

manodwhb
Champion II
Champion II

@mhaase,still do you have this issue?

Anonymous
Not applicable
Author

No, this did not work. I can log in using any other sftp client with the same credentials and have no problems. I've also tried a number of ways to escape the '\' but they didn't work either.

manodwhb
Champion II
Champion II

@mhaase,can you try with '\\',it should work.

Anonymous
Not applicable
Author

After reviewing the error log some more, I discovered that something changed with the regex method when enabling sftp support (either locally or on the remote host). I have since changed the "Filemask" to a static filename and it has now been able to send the file. The '\\' did contribute as well.

 

Thank you for your help!

Matt

manodwhb
Champion II
Champion II

@mhaase,Please accept the solution and provide Kudos also.