From 816621651db569271df9621fc08d1be2eeec7df4 Mon Sep 17 00:00:00 2001 From: ForensicITGuy Date: Mon, 28 Nov 2016 23:03:23 -0600 Subject: [PATCH 1/3] Added help HTML code for SSH File Transfer --- mRemoteV1/Resources/Help/SSHFileTransfer.htm | 66 +++++++++++++++++++- 1 file changed, 64 insertions(+), 2 deletions(-) diff --git a/mRemoteV1/Resources/Help/SSHFileTransfer.htm b/mRemoteV1/Resources/Help/SSHFileTransfer.htm index 11094cf78..9113fe494 100644 --- a/mRemoteV1/Resources/Help/SSHFileTransfer.htm +++ b/mRemoteV1/Resources/Help/SSHFileTransfer.htm @@ -6,8 +6,70 @@ +

+ Introduction to SSH File Transfer +

- Sorry, not yet...

+ SSH File Transfer functionality allows you to securely transfer files to a remote host over an encrypted tunnel using either SFTP or SCP. +

+

+ Use Cases +

+

+ The primary use case is to upload individual files, such as configuration files, to a remote host. +

+ +

Prerequisites

+ + +

Configuration Options

+ + +

Using SSH File Transfer

+

+ To begin, select Tools and then SSH File Transfer. The tool will fill the window and allow you to input the configuration options. Each piece of information is needed for a successful transfer.

+ +

+ To populate the Local File option, select the Browse button and navigate to the desired file on the local filesystem. To populate the Remote File option, manually type desired filesystem path, including the desired file name. +

+ +

+ Once all options are populated, select Transfer and the progress bar at the bottom of the window will show the progress. +

+ +

Troubleshooting SSH File Transfer

+

+ To troubleshoot issues with SSH File Transfer, consult the log under %AppData%\mRemoteNG\mRemoteNG.log. + +

+ Common Issues +
+
+ ERROR- Please fill all fields
+ This issue was likely encountered because you did not provide all information needed to establish the connection. +
+
+ System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it
+ This issue was likely encountered because the local host could not contact the remote host specified on the remote port specified.
+ The issue may be caused by improperly configured firewall rules or a SSH service not listening properly on the remote host. +
+
+ [14] ERROR- SSH background transfer failed!
+ This issue was likely encountered due to a permissions issue. Ensure you have appropriate access to write to the specified Remote File. +

- \ No newline at end of file + From 5af1a0aa87bcc4d25f6ee30abb69e7b7f9d3e9c7 Mon Sep 17 00:00:00 2001 From: ForensicITGuy Date: Mon, 28 Nov 2016 23:55:44 -0600 Subject: [PATCH 2/3] Fixed Indentation --- mRemoteV1/Resources/Help/SSHFileTransfer.htm | 112 +++++++++---------- 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/mRemoteV1/Resources/Help/SSHFileTransfer.htm b/mRemoteV1/Resources/Help/SSHFileTransfer.htm index 9113fe494..a3e4163d3 100644 --- a/mRemoteV1/Resources/Help/SSHFileTransfer.htm +++ b/mRemoteV1/Resources/Help/SSHFileTransfer.htm @@ -1,41 +1,41 @@ - SSH File Transfer - + SSH File Transfer + -

- Introduction to SSH File Transfer -

-

- SSH File Transfer functionality allows you to securely transfer files to a remote host over an encrypted tunnel using either SFTP or SCP. -

+

+ Introduction to SSH File Transfer +

+

+ SSH File Transfer functionality allows you to securely transfer files to a remote host over an encrypted tunnel using either SFTP or SCP. +

-

- Use Cases -

-

- The primary use case is to upload individual files, such as configuration files, to a remote host. -

+

+ Use Cases +

+

+ The primary use case is to upload individual files, such as configuration files, to a remote host. +

-

Prerequisites

- +

Prerequisites

+ -

Configuration Options

- + -

Using SSH File Transfer

-

- To begin, select Tools and then SSH File Transfer. The tool will fill the window and allow you to input the configuration options. Each piece of information is needed for a successful transfer.

+

Using SSH File Transfer

+

+ To begin, select Tools and then SSH File Transfer. The tool will fill the window and allow you to input the configuration options. Each piece of information is needed for a successful transfer. +

-

- To populate the Local File option, select the Browse button and navigate to the desired file on the local filesystem. To populate the Remote File option, manually type desired filesystem path, including the desired file name. -

+

+ To populate the Local File option, select the Browse button and navigate to the desired file on the local filesystem. To populate the Remote File option, manually type desired filesystem path, including the desired file name. +

-

- Once all options are populated, select Transfer and the progress bar at the bottom of the window will show the progress. -

+

+ Once all options are populated, select Transfer and the progress bar at the bottom of the window will show the progress. +

-

Troubleshooting SSH File Transfer

-

- To troubleshoot issues with SSH File Transfer, consult the log under %AppData%\mRemoteNG\mRemoteNG.log. - -

- Common Issues -
-
- ERROR- Please fill all fields
- This issue was likely encountered because you did not provide all information needed to establish the connection. -
-
- System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it
- This issue was likely encountered because the local host could not contact the remote host specified on the remote port specified.
- The issue may be caused by improperly configured firewall rules or a SSH service not listening properly on the remote host. -
-
- [14] ERROR- SSH background transfer failed!
- This issue was likely encountered due to a permissions issue. Ensure you have appropriate access to write to the specified Remote File. -

- - +

Troubleshooting SSH File Transfer

+

+ To troubleshoot issues with SSH File Transfer, consult the log under %AppData%\mRemoteNG\mRemoteNG.log. This log provides verbose information about successful and failed connections. +
+
+ + Common Issues + +
+
+ ERROR- Please fill all fields
+ This issue was likely encountered because you did not provide all information needed to establish the connection. +
+
+ System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it
+ This issue was likely encountered because the local host could not contact the remote host specified on the remote port specified.
+ The issue may be caused by improperly configured firewall rules or a SSH service not listening properly on the remote host. +
+
+ [14] ERROR- SSH background transfer failed!
+ This issue was likely encountered due to a permissions issue. Ensure you have appropriate access to write to the specified Remote File. +

+ +