E edgar_ortiz Active Member Licensed User Longtime User Sep 23, 2020 #1 Attached the zip of the project The download works fine, but it does NOT recognize the server and I cannot see the list of files What is the format of the information that should go in "SetKnownHostsStore", they gave me a string with the server code. Why? I do not see the list of files Regards, Edgar Attachments Test_SFTP.zip 11.1 KB · Views: 468
Attached the zip of the project The download works fine, but it does NOT recognize the server and I cannot see the list of files What is the format of the information that should go in "SetKnownHostsStore", they gave me a string with the server code. Why? I do not see the list of files Regards, Edgar
DonManfred Expert Licensed User Longtime User Sep 23, 2020 #2 edgar_ortiz said: What is the format of the information that should go in "SetKnownHostsStore", they gave me a string with the server code. Click to expand... SFTP will write it automatically to the provided file after you accept the certificate. So you only need to accept it once, not always. Upvote 0
edgar_ortiz said: What is the format of the information that should go in "SetKnownHostsStore", they gave me a string with the server code. Click to expand... SFTP will write it automatically to the provided file after you accept the certificate. So you only need to accept it once, not always.
E edgar_ortiz Active Member Licensed User Longtime User Sep 25, 2020 #3 DonManfred said: SFTP will write it automatically to the provided file after you accept the certificate. So you only need to accept it once, not always. Click to expand... Thanks, I understood, a blank file is defined and the information from the server is received there. Last edited: Sep 25, 2020 Upvote 0
DonManfred said: SFTP will write it automatically to the provided file after you accept the certificate. So you only need to accept it once, not always. Click to expand... Thanks, I understood, a blank file is defined and the information from the server is received there.