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
+
+ - SSH File Transfer requires an SSH service to listen on an available network port (default 22) on a remote host.
+ - A username and password must be supplied to connect with the remote host.
+ - The remote host must have a writeable folder on its filesystem to place the transferred files.
+
+
+ Configuration Options
+
+ - Host - The remote host you connect to. Can be DNS name or IP address.
+ - Port - Remote network port listening for SSH/SFTP/SCP traffic.
+ - User - Username for account to log on to remote host.
+ - Password - Password for account to log on to remote host.
+ - Protocol - Choice of SCP or SFTP protocol used for communication.
+ - Local File - Path of file to transfer from local host.
+ - Remote File - Path where file will be transferred on remote host.
+ Example: /home/John/Documents
+
+
+ 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.
+
-