LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  File Transfer using HTTPS

    Employee
    Posted 04-04-2018 17:29

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Xavierjs

    Hi there,

    Can someone let me know how to Send several .csv files via HTTPS to a specified folder location. The HTTP service requires me to authenticate using a Username and Password.


  • 2.  RE: File Transfer using HTTPS

    Employee
    Posted 04-04-2018 19:24

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    For some HTTPS servers, you can simply put in your userid and password on the Optional tab.
    You may have to play with the options for the Authentication method - Basic/Digest/NTLM

    For other servers, you have to get quite a bit more involved.. obtaining a login "token" and passing that along in the request URL.

    It really depends upon what the server requires.


  • 3.  RE: File Transfer using HTTPS

    Employee
    Posted 04-08-2018 16:33

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Xavierjs

    Originally posted by: stonysmith
    					

    For some HTTPS servers, you can simply put in your userid and password on the Optional tab.
    You may have to play with the options for the Authentication method - Basic/Digest/NTLM

    For other servers, you have to get quite a bit more involved.. obtaining a login "token" and passing that along in the request URL.

    It really depends upon what the server requires.

    Thank you very much. I will give it a try


  • 4.  RE: File Transfer using HTTPS

    Employee
    Posted 04-09-2018 22:02

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Xavierjs

    StonySmith,

    We are not using any proxy servers or Tokens. Just a case of entering a username and password. I have tried but the node is complaining about the METHOD. It says it cannot be null. I tried using PUT or POST but that did not work. I am trying to send 2 files by the way. Cheers


  • 5.  RE: File Transfer using HTTPS

    Employee
    Posted 04-09-2018 22:38

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Xavierjs

    StonySmith,

    More Info++

    I am unsure what we have to fill in in the tabs for the INPUT, OUTPUT, OPTIONAL. ALos we have tried all the combinations with the ServerAuthenticationMethod.


  • 6.  RE: File Transfer using HTTPS

    Employee
    Posted 04-10-2018 06:09

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: lnason

    You mention that PUT and POST didn't work, can you elaborate a little? Did you receive an error message from the node? If so, what were the contents of the error message?