This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
upstreams
/
SSH.NET
mirror de
https://github.com/sshnet/SSH.NET.git
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
Rename Renci.SshClient to src.
drieseng
9 anos atrás
pai
0699930785
commit
3a2725eae2
100 arquivos alterados
com
0 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
0
0
src/..svnbridge/.svnbridge
0
0
src/..svnbridge/SSH.NET.nupkg
0
0
src/Build/build.cmd
0
0
src/Build/build.proj
0
0
src/Build/msbuild/MSBuild.Community.Tasks.Targets
0
0
src/Build/msbuild/MSBuild.Community.Tasks.dll
0
0
src/Build/msbuild/MSBuild.Community.Tasks.pdb
0
0
src/Build/msbuild/MSBuild.Community.Tasks.xml
0
0
src/Build/msbuild/MSBuild.Community.Tasks.xsd
0
0
src/Build/nuget/SSH.NET.nuspec
0
0
src/Build/nuget/nuget.exe
0
0
src/Build/sandcastle/SSH.NET.shfbproj
0
0
src/References/X.690-0207.pdf
0
0
src/References/X.690-0207.txt
0
0
src/Renci.SshClient.Tests/ConnectionData.cs
0
0
src/Renci.SshClient.Tests/SftpClientTests/SftpClientTest.cs
0
0
src/Renci.SshClient.Tests/ShellTest.cs
0
0
src/Renci.SshClient/ChannelOpeningEventArgs.cs
0
0
src/Renci.SshClient/Channels/ChannelSessionExec.cs
0
0
src/Renci.SshClient/Channels/ChannelSessionSftp.cs
0
0
src/Renci.SshClient/Channels/ChannelSessionShell.cs
0
0
src/Renci.SshClient/Common/BlockingStack.cs
0
0
src/Renci.SshClient/Common/ConnectingEventArgs.cs
0
0
src/Renci.SshClient/Common/DataReceivedEventArgs.cs
0
0
src/Renci.SshClient/Common/FtpFileInfo.cs
0
0
src/Renci.SshClient/Common/MessageReceivedEventArgs.cs
0
0
src/Renci.SshClient/Connection.cs
0
0
src/Renci.SshClient/Documentation/Content/Extensibility.AddAuthenticationMethod.aml
0
0
src/Renci.SshClient/Documentation/Content/Extensibility.AddEncryption.aml
0
0
src/Renci.SshClient/Documentation/Content/Extensibility.AddHashAlgorithm.aml
0
0
src/Renci.SshClient/Documentation/Content/Extensibility.aml
0
0
src/Renci.SshClient/Documentation/Content/HowTo.Sftp.aml
0
0
src/Renci.SshClient/Documentation/Content/HowTo.SshCommand.Run.aml
0
0
src/Renci.SshClient/Documentation/Content/HowTo.SshCommand.aml
0
0
src/Renci.SshClient/Documentation/Content/HowTo.aml
0
0
src/Renci.SshClient/Documentation/Content/Introduction.aml
0
0
src/Renci.SshClient/Messages/Authentication/Methods.cs
0
0
src/Renci.SshClient/Messages/Connection/ChannelOpenDirectTcpIPMessage.cs
0
0
src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestEnvironmentVariableMessage.cs
0
0
src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestExecMessage.cs
0
0
src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestExitSignalMessage.cs
0
0
src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestExitStatusMessage.cs
0
0
src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestPseudoTerminalMessage.cs
0
0
src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestShellMessage.cs
0
0
src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestSignalMessage.cs
0
0
src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestSubsystemMessage.cs
0
0
src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestWindowChangeMessage.cs
0
0
src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestX11ForwardingMessage.cs
0
0
src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestXonXoffMessage.cs
0
0
src/Renci.SshClient/Messages/Connection/ChannelRequestNames.cs
0
0
src/Renci.SshClient/Messages/MessageTypes.cs
0
0
src/Renci.SshClient/RequestSuccessEventArgs.cs
0
0
src/Renci.SshClient/Security/CipherAES128.cs
0
0
src/Renci.SshClient/Security/KeyExchangeCompletedEventArgs.cs
0
0
src/Renci.SshClient/Security/KeyExchangeFailedEventArgs.cs
0
0
src/Renci.SshClient/Security/KeyExchangeSendMessageEventArgs.cs
0
0
src/Renci.SshClient/Security/PrivateKey.cs
0
0
src/Renci.SshClient/Security/PrivateKeyDsa.cs
0
0
src/Renci.SshClient/Security/PrivateKeyRsa.cs
0
0
src/Renci.SshClient/Security/Signature.cs
0
0
src/Renci.SshClient/Security/SignatureDss.cs
0
0
src/Renci.SshClient/Security/SignatureRsa.cs
0
0
src/Renci.SshClient/Security/UserAuthentication.cs
0
0
src/Renci.SshClient/Security/UserAuthenticationHost.cs
0
0
src/Renci.SshClient/Security/UserAuthenticationKeyboardInteractive.cs
0
0
src/Renci.SshClient/Security/UserAuthenticationNone.cs
0
0
src/Renci.SshClient/Security/UserAuthenticationPassword.cs
0
0
src/Renci.SshClient/Security/UserAuthenticationPublicKey.cs
0
0
src/Renci.SshClient/Services/ConnectionService.cs
0
0
src/Renci.SshClient/Services/Service.cs
0
0
src/Renci.SshClient/Services/UserAuthenticationService.cs
0
0
src/Renci.SshClient/SessionInfo.cs
0
0
src/Renci.SshClient/SessionSSHv2.cs
0
0
src/Renci.SshClient/Settings.cs
0
0
src/Renci.SshClient/Sftp.cs
0
0
src/Renci.SshClient/Sftp/FileStatusCommand.cs
0
0
src/Renci.SshClient/Sftp/Messages/FSetStat.cs
0
0
src/Renci.SshClient/Sftp/SftpFileAttributes.cs
0
0
src/Renci.SshClient/SftpAsyncResult.cs
0
0
src/Renci.SshClient/SshBase.cs
0
0
src/Renci.SshClient/UserAuthentication.cs
0
0
src/Renci.SshNet.NET35/Channels/ChannelDirectTcpip.NET35.cs
0
0
src/Renci.SshNet.NET35/Common/Extensions.NET35.cs
0
0
src/Renci.SshNet.NET35/ForwardedPortDynamic.NET35.cs
0
0
src/Renci.SshNet.NET35/ForwardedPortLocal.NET35.cs
0
0
src/Renci.SshNet.NET35/ForwardedPortRemote.NET35.cs
0
0
src/Renci.SshNet.NET35/KeyboardInteractiveAuthenticationMethod.NET35.cs
0
0
src/Renci.SshNet.NET35/KeyboardInteractiveConnectionInfo.NET35.cs
0
0
src/Renci.SshNet.NET35/PasswordAuthenticationMethod.NET35.cs
0
0
src/Renci.SshNet.NET35/PasswordConnectionInfo.NET35.cs
0
0
src/Renci.SshNet.NET35/Properties/AssemblyInfo.cs
0
0
src/Renci.SshNet.NET35/Renci.SshNet.NET35.csproj
0
0
src/Renci.SshNet.NET35/Renci.SshNet.NET35.csproj.vspscc
0
0
src/Renci.SshNet.NET35/Session.NET35.cs
0
0
src/Renci.SshNet.NET35/SftpClient.NET35.cs
0
0
src/Renci.SshNet.NET35/Shell.NET35.cs
0
0
src/Renci.SshNet.NET35/ShellStream.NET35.cs
0
0
src/Renci.SshNet.NET35/SshCommand.NET35.cs
0
0
src/Renci.SshNet.Silverlight/Channels/ChannelDirectTcpip.SilverlightShared.cs
0
0
src/Renci.SshNet.Silverlight/Common/ASCIIEncoding.Silverlight.cs
+ 0
- 0
Renci.SshClient/..svnbridge/.svnbridge → src/..svnbridge/.svnbridge
Ver arquivo
+ 0
- 0
Renci.SshClient/..svnbridge/SSH.NET.nupkg → src/..svnbridge/SSH.NET.nupkg
Ver arquivo
+ 0
- 0
Renci.SshClient/Build/build.cmd → src/Build/build.cmd
Ver arquivo
+ 0
- 0
Renci.SshClient/Build/build.proj → src/Build/build.proj
Ver arquivo
+ 0
- 0
Renci.SshClient/Build/msbuild/MSBuild.Community.Tasks.Targets → src/Build/msbuild/MSBuild.Community.Tasks.Targets
Ver arquivo
+ 0
- 0
Renci.SshClient/Build/msbuild/MSBuild.Community.Tasks.dll → src/Build/msbuild/MSBuild.Community.Tasks.dll
Ver arquivo
+ 0
- 0
Renci.SshClient/Build/msbuild/MSBuild.Community.Tasks.pdb → src/Build/msbuild/MSBuild.Community.Tasks.pdb
Ver arquivo
+ 0
- 0
Renci.SshClient/Build/msbuild/MSBuild.Community.Tasks.xml → src/Build/msbuild/MSBuild.Community.Tasks.xml
Ver arquivo
+ 0
- 0
Renci.SshClient/Build/msbuild/MSBuild.Community.Tasks.xsd → src/Build/msbuild/MSBuild.Community.Tasks.xsd
Ver arquivo
+ 0
- 0
Renci.SshClient/Build/nuget/SSH.NET.nuspec → src/Build/nuget/SSH.NET.nuspec
Ver arquivo
+ 0
- 0
Renci.SshClient/Build/nuget/nuget.exe → src/Build/nuget/nuget.exe
Ver arquivo
+ 0
- 0
Renci.SshClient/Build/sandcastle/SSH.NET.shfbproj → src/Build/sandcastle/SSH.NET.shfbproj
Ver arquivo
+ 0
- 0
Renci.SshClient/References/X.690-0207.pdf → src/References/X.690-0207.pdf
Ver arquivo
+ 0
- 0
Renci.SshClient/References/X.690-0207.txt → src/References/X.690-0207.txt
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient.Tests/ConnectionData.cs → src/Renci.SshClient.Tests/ConnectionData.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient.Tests/SftpClientTests/SftpClientTest.cs → src/Renci.SshClient.Tests/SftpClientTests/SftpClientTest.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient.Tests/ShellTest.cs → src/Renci.SshClient.Tests/ShellTest.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/ChannelOpeningEventArgs.cs → src/Renci.SshClient/ChannelOpeningEventArgs.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Channels/ChannelSessionExec.cs → src/Renci.SshClient/Channels/ChannelSessionExec.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Channels/ChannelSessionSftp.cs → src/Renci.SshClient/Channels/ChannelSessionSftp.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Channels/ChannelSessionShell.cs → src/Renci.SshClient/Channels/ChannelSessionShell.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Common/BlockingStack.cs → src/Renci.SshClient/Common/BlockingStack.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Common/ConnectingEventArgs.cs → src/Renci.SshClient/Common/ConnectingEventArgs.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Common/DataReceivedEventArgs.cs → src/Renci.SshClient/Common/DataReceivedEventArgs.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Common/FtpFileInfo.cs → src/Renci.SshClient/Common/FtpFileInfo.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Common/MessageReceivedEventArgs.cs → src/Renci.SshClient/Common/MessageReceivedEventArgs.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Connection.cs → src/Renci.SshClient/Connection.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Documentation/Content/Extensibility.AddAuthenticationMethod.aml → src/Renci.SshClient/Documentation/Content/Extensibility.AddAuthenticationMethod.aml
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Documentation/Content/Extensibility.AddEncryption.aml → src/Renci.SshClient/Documentation/Content/Extensibility.AddEncryption.aml
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Documentation/Content/Extensibility.AddHashAlgorithm.aml → src/Renci.SshClient/Documentation/Content/Extensibility.AddHashAlgorithm.aml
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Documentation/Content/Extensibility.aml → src/Renci.SshClient/Documentation/Content/Extensibility.aml
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Documentation/Content/HowTo.Sftp.aml → src/Renci.SshClient/Documentation/Content/HowTo.Sftp.aml
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Documentation/Content/HowTo.SshCommand.Run.aml → src/Renci.SshClient/Documentation/Content/HowTo.SshCommand.Run.aml
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Documentation/Content/HowTo.SshCommand.aml → src/Renci.SshClient/Documentation/Content/HowTo.SshCommand.aml
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Documentation/Content/HowTo.aml → src/Renci.SshClient/Documentation/Content/HowTo.aml
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Documentation/Content/Introduction.aml → src/Renci.SshClient/Documentation/Content/Introduction.aml
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Messages/Authentication/Methods.cs → src/Renci.SshClient/Messages/Authentication/Methods.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Messages/Connection/ChannelOpenDirectTcpIPMessage.cs → src/Renci.SshClient/Messages/Connection/ChannelOpenDirectTcpIPMessage.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestEnvironmentVariableMessage.cs → src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestEnvironmentVariableMessage.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestExecMessage.cs → src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestExecMessage.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestExitSignalMessage.cs → src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestExitSignalMessage.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestExitStatusMessage.cs → src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestExitStatusMessage.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestPseudoTerminalMessage.cs → src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestPseudoTerminalMessage.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestShellMessage.cs → src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestShellMessage.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestSignalMessage.cs → src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestSignalMessage.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestSubsystemMessage.cs → src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestSubsystemMessage.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestWindowChangeMessage.cs → src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestWindowChangeMessage.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestX11ForwardingMessage.cs → src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestX11ForwardingMessage.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestXonXoffMessage.cs → src/Renci.SshClient/Messages/Connection/ChannelRequest/ChannelRequestXonXoffMessage.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Messages/Connection/ChannelRequestNames.cs → src/Renci.SshClient/Messages/Connection/ChannelRequestNames.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Messages/MessageTypes.cs → src/Renci.SshClient/Messages/MessageTypes.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/RequestSuccessEventArgs.cs → src/Renci.SshClient/RequestSuccessEventArgs.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Security/CipherAES128.cs → src/Renci.SshClient/Security/CipherAES128.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Security/KeyExchangeCompletedEventArgs.cs → src/Renci.SshClient/Security/KeyExchangeCompletedEventArgs.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Security/KeyExchangeFailedEventArgs.cs → src/Renci.SshClient/Security/KeyExchangeFailedEventArgs.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Security/KeyExchangeSendMessageEventArgs.cs → src/Renci.SshClient/Security/KeyExchangeSendMessageEventArgs.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Security/PrivateKey.cs → src/Renci.SshClient/Security/PrivateKey.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Security/PrivateKeyDsa.cs → src/Renci.SshClient/Security/PrivateKeyDsa.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Security/PrivateKeyRsa.cs → src/Renci.SshClient/Security/PrivateKeyRsa.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Security/Signature.cs → src/Renci.SshClient/Security/Signature.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Security/SignatureDss.cs → src/Renci.SshClient/Security/SignatureDss.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Security/SignatureRsa.cs → src/Renci.SshClient/Security/SignatureRsa.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Security/UserAuthentication.cs → src/Renci.SshClient/Security/UserAuthentication.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Security/UserAuthenticationHost.cs → src/Renci.SshClient/Security/UserAuthenticationHost.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Security/UserAuthenticationKeyboardInteractive.cs → src/Renci.SshClient/Security/UserAuthenticationKeyboardInteractive.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Security/UserAuthenticationNone.cs → src/Renci.SshClient/Security/UserAuthenticationNone.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Security/UserAuthenticationPassword.cs → src/Renci.SshClient/Security/UserAuthenticationPassword.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Security/UserAuthenticationPublicKey.cs → src/Renci.SshClient/Security/UserAuthenticationPublicKey.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Services/ConnectionService.cs → src/Renci.SshClient/Services/ConnectionService.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Services/Service.cs → src/Renci.SshClient/Services/Service.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Services/UserAuthenticationService.cs → src/Renci.SshClient/Services/UserAuthenticationService.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/SessionInfo.cs → src/Renci.SshClient/SessionInfo.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/SessionSSHv2.cs → src/Renci.SshClient/SessionSSHv2.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Settings.cs → src/Renci.SshClient/Settings.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Sftp.cs → src/Renci.SshClient/Sftp.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Sftp/FileStatusCommand.cs → src/Renci.SshClient/Sftp/FileStatusCommand.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Sftp/Messages/FSetStat.cs → src/Renci.SshClient/Sftp/Messages/FSetStat.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/Sftp/SftpFileAttributes.cs → src/Renci.SshClient/Sftp/SftpFileAttributes.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/SftpAsyncResult.cs → src/Renci.SshClient/SftpAsyncResult.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/SshBase.cs → src/Renci.SshClient/SshBase.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshClient/UserAuthentication.cs → src/Renci.SshClient/UserAuthentication.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshNet.NET35/Channels/ChannelDirectTcpip.NET35.cs → src/Renci.SshNet.NET35/Channels/ChannelDirectTcpip.NET35.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshNet.NET35/Common/Extensions.NET35.cs → src/Renci.SshNet.NET35/Common/Extensions.NET35.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshNet.NET35/ForwardedPortDynamic.NET35.cs → src/Renci.SshNet.NET35/ForwardedPortDynamic.NET35.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshNet.NET35/ForwardedPortLocal.NET35.cs → src/Renci.SshNet.NET35/ForwardedPortLocal.NET35.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshNet.NET35/ForwardedPortRemote.NET35.cs → src/Renci.SshNet.NET35/ForwardedPortRemote.NET35.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshNet.NET35/KeyboardInteractiveAuthenticationMethod.NET35.cs → src/Renci.SshNet.NET35/KeyboardInteractiveAuthenticationMethod.NET35.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshNet.NET35/KeyboardInteractiveConnectionInfo.NET35.cs → src/Renci.SshNet.NET35/KeyboardInteractiveConnectionInfo.NET35.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshNet.NET35/PasswordAuthenticationMethod.NET35.cs → src/Renci.SshNet.NET35/PasswordAuthenticationMethod.NET35.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshNet.NET35/PasswordConnectionInfo.NET35.cs → src/Renci.SshNet.NET35/PasswordConnectionInfo.NET35.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshNet.NET35/Properties/AssemblyInfo.cs → src/Renci.SshNet.NET35/Properties/AssemblyInfo.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshNet.NET35/Renci.SshNet.NET35.csproj → src/Renci.SshNet.NET35/Renci.SshNet.NET35.csproj
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshNet.NET35/Renci.SshNet.NET35.csproj.vspscc → src/Renci.SshNet.NET35/Renci.SshNet.NET35.csproj.vspscc
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshNet.NET35/Session.NET35.cs → src/Renci.SshNet.NET35/Session.NET35.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshNet.NET35/SftpClient.NET35.cs → src/Renci.SshNet.NET35/SftpClient.NET35.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshNet.NET35/Shell.NET35.cs → src/Renci.SshNet.NET35/Shell.NET35.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshNet.NET35/ShellStream.NET35.cs → src/Renci.SshNet.NET35/ShellStream.NET35.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshNet.NET35/SshCommand.NET35.cs → src/Renci.SshNet.NET35/SshCommand.NET35.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshNet.Silverlight/Channels/ChannelDirectTcpip.SilverlightShared.cs → src/Renci.SshNet.Silverlight/Channels/ChannelDirectTcpip.SilverlightShared.cs
Ver arquivo
+ 0
- 0
Renci.SshClient/Renci.SshNet.Silverlight/Common/ASCIIEncoding.Silverlight.cs → src/Renci.SshNet.Silverlight/Common/ASCIIEncoding.Silverlight.cs
Ver arquivo
Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff