[erlang-questions] beginner: Alternative ways to start ssh application?

Samuel samuelrivas@REDACTED
Fri Jul 20 08:43:04 CEST 2012


> Is there more ways than ssh:start/0 to start ssh?

Start the ssh application?

1> application:start(crypto).
ok
2> application:start(ssh).
ok
3> ssh_sftp:start_channel("192.168.1.1", [{user, "foo"}, {password, "bar"}]).
...

-- 
Samuel



More information about the erlang-questions mailing list