Say I wanted to do an anonymous login, would it be to blank strings.
"" "" ?
Say I wanted to do an anonymous login, would it be to blank strings.
"" "" ?
According to the documentation, what the username and password field do is highly dependent upon the chosen protocol. It's also highly likely that it's just as dependent upon the server you are connecting to.
For example, in FTP if you want an anonymous login, you would pass NULL to both parameters. This will cause the API to send anonymous for both. As long as anonymous is acceptible for an anonymous login on the server you should be in business.