0291.html 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>mRemoteNG Advanced External Tools - Setting Up FileZilla FTP Client</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="RDP,VNC,SSH,Windows,Utility,Freeware,mRemoteNG,HowTo,Tutorial,i12bretro,FileZilla,FTP">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="mRemoteNG Advanced External Tools - Setting Up FileZilla FTP Client">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>mRemoteNG Advanced External Tools - Setting Up FileZilla FTP Client</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <p>mRemoteNG is a fork of mRemote: an open source, tabbed, multi-protocol, remote connections manager for Windows. mRemoteNG creates a tabbed interface for RDP, VNC, SSH and many other connection protocols. </p>
  25. <p>This tutorial assumes the target host already has an FTP server configured and running</p>
  26. <h2>Creating the FileZilla External Tool</h2>
  27. <ol>
  28. <li>Download FileZilla FTP client <a href="https://filezilla-project.org/download.php?show_all=1" target="_blank">Download</a></li>
  29. <li>Extract the downloaded FileZilla .zip file</li>
  30. <li>Rename the extracted folder to FileZilla</li>
  31. <li>Copy the entire extracted FileZilla folder to the mRemoteNG installation directory, usually C:\Program Files (x86)\mRemoteNG</li>
  32. <li>Launch mRemoteNG</li>
  33. <li>Click Tools &gt; External Tools</li>
  34. <li>Click the New Button at the top left</li>
  35. <li>Set the following values to add the ability to quickly FTP to the host
  36. <p>Display Name: FileZilla<br />
  37. Filename: .\FileZilla\FileZilla.exe<br />
  38. Arguments: ftp://%hostname%<br />
  39. Try to Integrate: checked<br />
  40. Run Elevated: checked</p>
  41. </li>
  42. </ol>
  43. <h2>Testing FileZilla</h2>
  44. <ol>
  45. <li>Click on the Connections tab</li>
  46. <li>Right click the host with FTP server running &gt; External Tools &gt; FileZilla</li>
  47. <li>Enjoy FTP connectivity integrated within mRemoteNG</li>
  48. </ol>
  49. </div>
  50. </div>
  51. </body>
  52. </html>