20 Oct 10, 07:39AM
Back on topic...
If a server requires a password, you can use the normal connect command with a password as the last argument to connect to it:
If you have an admin password to the server, you can also use that to connect to the password-requiring server:
All of the different connection types and options are covered by my SB Wrapper script, if you use the claimadmin script (highly recommended anyway).
If a server requires a password, you can use the normal connect command with a password as the last argument to connect to it:
[SELECT ALL] Code:
connect 127.1.1.0 0 password
If you have an admin password to the server, you can also use that to connect to the password-requiring server:
[SELECT ALL] Code:
connectadmin 127.1.1.0 0 password
All of the different connection types and options are covered by my SB Wrapper script, if you use the claimadmin script (highly recommended anyway).