I would like to add tasks for ssh and scp commands to the nant/nantcontrib project. This would definitely be helpful during the nant release process as well.
Ant Examples:
SshExec
Scp
Possible .NET/Mono Lib references:
Ssh.net
SharpSsh
Otherwise, if there are encryption restrictions/concerns, then it may be best to use exernalprogrambase class and just call the command line programs.
I would like to add tasks for ssh and scp commands to the nant/nantcontrib project. This would definitely be helpful during the nant release process as well.
Ant Examples:
SshExec
Scp
Possible .NET/Mono Lib references:
Ssh.net
SharpSsh
Otherwise, if there are encryption restrictions/concerns, then it may be best to use exernalprogrambase class and just call the command line programs.