0291.html 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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,FileZilla,FTP,Tutorial,i12bretro">
  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. <meta name="revised" content="05/07/2022 12:29:22 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>mRemoteNG Advanced External Tools - Setting Up FileZilla FTP Client</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <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>
  26. <p>This tutorial assumes the target host already has an FTP server configured and running</p>
  27. <h2>Creating the FileZilla External Tool</h2>
  28. <ol>
  29. <li>Download FileZilla FTP client <a href="https://filezilla-project.org/download.php?show_all=1" target="_blank">Download</a></li>
  30. <li>Extract the downloaded FileZilla .zip file</li>
  31. <li>Rename the extracted folder to FileZilla</li>
  32. <li>Copy the entire extracted FileZilla folder to the mRemoteNG installation directory, usually C:\Program Files (x86)\mRemoteNG</li>
  33. <li>Launch mRemoteNG</li>
  34. <li>Click Tools &gt; External Tools</li>
  35. <li>Click the New Button at the top left</li>
  36. <li>Set the following values to add the ability to quickly FTP to the host
  37. <p>Display Name: FileZilla<br />
  38. Filename: .\FileZilla\FileZilla.exe<br />
  39. Arguments: ftp://%hostname%<br />
  40. Try to Integrate: checked<br />
  41. Run Elevated: checked</p>
  42. </li>
  43. </ol>
  44. <h2>Testing FileZilla</h2>
  45. <ol>
  46. <li>Click on the Connections tab</li>
  47. <li>Right click the host with FTP server running &gt; External Tools &gt; FileZilla</li>
  48. <li>Enjoy FTP connectivity integrated within mRemoteNG</li>
  49. </ol>
  50. </div>
  51. </div>
  52. </body>
  53. </html>