Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor corrections to text

...

  • BasicAuthentication:
    • an Account (i.e. user name) is required
    • AND an optional Password
    • BasicAuthentication can be used with the following protocol fragments:
    • Note that BasicAuthentication requires that Passwords are stored in the configuration files.
    • The  The Simple File Transfer with Basic Authentication article describes the considerations behind an example with BasicAuthentication that . The configuration file for this example is available as a working download.
  • SSHAuthentication:
    • an Account (i.e. user name) is required
    • AND either:
      • AuthenticationMethodPassword with a (required) Password
      • OR AuthenticationMethodPublickey
        • with a (required) AuthenticationFile location
        • AND an optional Passphrase that protects the File
    • SSHAuthentication can be used with with the following protocol fragments:
    • The File Transfer with SSH authentication article describes the considerations behind an example with SSHAuthentication that . The configuration file for this example is available as a working download.
  • SMBAuthentication (in conjunction with SMBFragment elements / the SMB protocol and a Hostmane)
    • an Account (i.e. user name) is required
      • AND an optional Domain
      • AND an optional Password
    • SMBAuthentication can only be used with with the SMB protocol fragment.

...