AminetAminet
Search:
84451 packages online
About
Recent
Browse
Search
Upload
Setup
Services

comm/tcp/RNOXfer_68k.lha

Mirror:Random
Showing:m68k-amigaosgeneric
No screenshot available
Short:Graphical FTP/FTPS/SFTP client
Author:jPV^RNO
Uploader:jpv morphos-user com (jPV^RNO)
Type:comm/tcp
Version:1.4
Requires:MUI, AmiSSL v5, codesets lib, guigfx lib, render lib
Architecture:m68k-amigaos
Date:2023-06-08
Download:http://aminet.net/comm/tcp/RNOXfer_68k.lha - View contents
Readme:http://aminet.net/comm/tcp/RNOXfer_68k.readme
Downloads:3203

ABOUT
-----

 RNOXfer is a graphical multipurpose file transfer client with support for
 FTP, FTPS, and SFTP protocols. It's the first all-in-one program for any
 Amiga compatible operating system!

 Please consider the time and effort I put in to create this utility for your
 use and enjoyment. If you feel it is useful to you, please send a donation
 that represents the benefit you gain from using it to me at the address found
 in this ReadMe.txt file (Uploader) or click the Donate button at
 https://jpv.amigaaa.com/


FEATURES
--------

 - Supports FTP(S) and SFTP protocols
 - Supports both explicit and implicit FTPS connections
 - Recursive file transfers
 - Resume support
 - Large files support
 - Online editing of files (automatic uploading)
 - Create new files using the specific editor setup in Settings
 - Open double-clicked files using the program defined in Settings
 - Edit filenames and permissions
 - File search functionality
 - Calculate directory sizes
 - Import addresses in URL format
 - Configurable IP address and port range for the active mode
 - Ability to send custom FTP commands to servers
 - File selection functionality by pattern matching


REQUIREMENTS
------------

 - At least AmigaOS 3.0, 68020, and 8 MB RAM
 - MUI 3.8 or later (http://aminet.net/package/util/libs/mui38usr)
 - AmiSSL v5 (http://aminet.net/search?query=amissl)
 - codesets.library (http://aminet.net/search?query=codesets)
 - guigfx.library (http://aminet.net/package/dev/misc/guigfxlib)
 - render.library (http://aminet.net/search?query=renderlib), v32 is probably
   the best for <040 CPUs


INSTALLATION
------------

 Copy the whole directory anywhere you want and just launch the program.


USAGE NOTES
-----------

 - To add a new entry to the Server List, enter the server information in the
   main window, test that it connects, and click the Add button on the Server
   List window.
 - To modify an entry in the Server List, select and modify it, and click the
   Add button again.
 - Double-clicking a Server List entry may cause it to react in various ways
   related to its configuration in the Settings window.
 - Server List entries can be copied as URLs to the Clipboard using the right
   mouse button context menu.
 - To search for files or to calculate directory sizes, select the required
   directories and use the right mouse button context menu option.
 - Double-clicking a search result entry selects the file, and thus opens the
   corresponding directory in the program GUI.
 - There are some "hidden" keyboard shortcuts in addition to marked shorctuts:
   l - Activates the local path field
   r - Activates the remote path field
   , - Opens the parent directory on the local file list
   . - Opens the parent directory on the remote file list
   o - Cycles the protocol option
   ? - Opens the pattern selection window for the local lister
   * - Opens the pattern selection window for the remote lister


SETTINGS
--------

 Program settings are found in the program's pull-down menu and they will be
 saved to the ENVARC:Hollywood/com.wmhost.jpv.rnoxfer file.

 The "Settings -> Save" pull-down menu option also saves the server list
 entries, selected server, and the open states of individual windows.

 There is also an advanced configuration file (advanced.conf), which is used
 to pass custom curl options to the program. Check the provided example file
 for more information.


COMMAND LINE OPTIONS AND ICON TOOLTYPES
---------------------------------------

 RNOXfer uses non-standard command line arguments. Arguments must be given
 in the form of (note the "-" prefix): -argument parameter

 Allowed arguments:
 -url <URL> . . . . . - Imports a URL at startup
 -select <hostname> . - Selects a server from the server list
 -select <position> . - Selects a server using its position (No.) in the list
 -passive <on|off>  . - Enables (default) or disables the passive mode
 -connect . . . . . . - Auto-connect to the current server
 -localdir <path> . . - Sets the local directory (path:to/dir)
 -remotedir <path>  . - Sets the remote directory (/path/to/dir/)
 -forceutf  . . . . . - Disables the UTF-8 check (not recommended)
 -debug . . . . . . . - Enables the debug output

 Example:
 RNOXfer -url "ftp://main.aminet.net/new" -connect


 The same arguments can be used as icon tooltypes, by omitting the "-" prefix.

 Examples:
 SELECT=2
 CONNECT
 REMOTEDIR=/incoming/


HISTORY
-------

 Version 1.4:
 - Added editing fields in the server list window
 - Added the comment column on the server list
 - Added the default local path setting
 - Added the private keyfile setting for SFTP connections
 - Added a check for server list changes at exit
 - Added UTF-8 support to be RFC 2640 compliant
 - Massive speedup in directory handling
 - More verbose file size comparison when a file exists
 - Added an option to save selected files/dirs as a text file
 - Fixed advanced.conf handling
 - Fixed issues with the settings file format
 - Adjusted window sleep modes
 - Disconnects from the previous server when double-clicking a new server from
   the server list
 - Uses hURL 2.0 (requires MorphOS 3.16, AmiSSL 5 on AmigaOS, AmiSSL 4 on AROS)

 Version 1.3:
 - Added support for the SFTP protocol
 - Added support for large files
 - Added an option to use graphic enhanced buttons in the program GUI
 - Transfer speeds are displayed in the progress gauge
 - Added an option to show directory names in bold text
 - Directory creating failures are handled better
 - Fixed handling of links with the full path
 - Added an option to verify uploads
 - Added selection information within the status line
 - Status line indicates if the selected files are equal on both sides
 - Better URL encoding when copying URLs to the clipboard
 - Pattern selection interprets #? as a wildcard now
 - More verbose delete requester
 - Added a password requester if no password is set when connecting
 - Added a command line argument for the passive mode (defaults to pasv now)
 - Minor tweaking

 Version 1.2:
 - An overlooked debug line broke recursive downloading in v1.1
 - Drag & drop failed for icons with no actual file or directory
 - Added options to launch external programs after transfers

 Version 1.1:
 - Fixed handling of certain special characters in filenames
 - Added drag & drop uploading
 - Added an option to hide the local lister
 - Added file selection functionality by pattern matching
 - Added an option to view or download double-clicked files
 - Improved local drag & drop
 - Improved advanced.conf functionality
 - Changed the default viewer setting to C:WBRun on OS4
 - Minor tweaking


WEB
---

 - Please visit https://jpv.amigaaa.com/ for screenshots, support, donations,
   and other software
 - This program is made with Hollywood: http://www.hollywood-mal.com/


THANKS TO
---------

 - Neil Pearson for testing and proof-reading
 - Densho/RNO for the logo
 - Martin 'Mason' Merz for AISS toolbar icons


DISCLAIMER
----------

 This software is made available to you as DONATIONWARE. If you use this
 software, please make a PayPal donation to the author.

 The author accepts no liability for any damage caused to your system, other
 connected peripherals, or data files in any way by using this software.


Contents of comm/tcp/RNOXfer_68k.lha
PERMISSION  UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP     NAME
---------- ----------- ------- ------- ------ ---------- ------------ ----------
[generic]                  783     783 100.0% -lh0- 8119 Oct  4  2009 RNOXfer_68k/gfx/copy_left
[generic]                 1142    1142 100.0% -lh0- ae04 Mar 12  2009 RNOXfer_68k/gfx/delete
[generic]                  927     927 100.0% -lh0- 5b78 Mar  1  2009 RNOXfer_68k/gfx/edit
[generic]                  127     157  80.9% -lh5- d945 May 27  2021 RNOXfer_68k/gfx/license.txt
[generic]                  778     778 100.0% -lh0- 97db Aug 23  2010 RNOXfer_68k/gfx/new
[generic]                 1380    1380 100.0% -lh0- e17a Aug 23  2010 RNOXfer_68k/gfx/newdrawer
[generic]                 1206    1206 100.0% -lh0- 8a00 Dec 22  2016 RNOXfer_68k/gfx/parent
[generic]                 1450    1450 100.0% -lh0- 15c5 Oct  4  2009 RNOXfer_68k/gfx/pattern
[generic]                  714     714 100.0% -lh0- 0cff Oct 10  2009 RNOXfer_68k/gfx/protect
[generic]                 1464    1464 100.0% -lh0- e40a Mar  2  2009 RNOXfer_68k/gfx/refresh
[generic]                  940     940 100.0% -lh0- fe87 Sep 19  2009 RNOXfer_68k/gfx/rename
[generic]                  924     924 100.0% -lh0- 4b85 Jan  2  2010 RNOXfer_68k/gfx/server
[generic]               375268  754780  49.7% -lh5- 3176 Apr 29 23:35 RNOXfer_68k/hurl.hwp
[generic]                 3200    7520  42.6% -lh5- 461e Jun  7 20:40 RNOXfer_68k/ReadMe.txt
[generic]              1453352 2889124  50.3% -lh5- d10f Jun  7 19:55 RNOXfer_68k/RNOXfer
[generic]               934565  934565 100.0% -lh0- 250c Aug 26  2021 RNOXfer_68k/RNOXfer_Tutorial.pdf
[generic]                  763     763 100.0% -lh0- b63a Oct  4  2009 RNOXfer_68k/gfx/copy_right
[generic]                  263     628  41.9% -lh5- 2c7f Feb  4  2020 RNOXfer_68k/Glow-icon.info
[generic]                 1139    2988  38.1% -lh5- 8bf2 Feb 11  2020 RNOXfer_68k/Glow-icon/RNOXfer.info
[generic]                  263     628  41.9% -lh5- 2c7f Feb  4  2020 RNOXfer_68k/NewIcons_by_kolla.info
[generic]                  937    1548  60.5% -lh5- 0cad Apr 13  2020 RNOXfer_68k/NewIcons_by_kolla/RNOXfer.info
[generic]                  925    1230  75.2% -lh5- 5035 Apr 12  2020 RNOXfer_68k/NewIcons_by_kolla/RNOXfer/RNOXfer.info
[generic]                  265     628  42.2% -lh5- 97ce Feb  4  2020 RNOXfer_68k/PNG-icon.info
[generic]                 5714    5714 100.0% -lh0- c4c1 Jan  7  2020 RNOXfer_68k/PNG-icon/RNOXfer.info
[generic]                 3126    5092  61.4% -lh5- 8a46 Apr  7  2017 RNOXfer_68k/ReadMe.txt.info
[generic]                  461    2228  20.7% -lh5- 4107 Feb 11  2020 RNOXfer_68k/RNOXfer.info
[generic]                  263     628  41.9% -lh5- fed2 Feb  4  2020 RNOXfer_68k/Screenshots.info
[generic]                50255   50255 100.0% -lh0- 163a Mar 31  2020 RNOXfer_68k/Screenshots/RNOXfer_OS3.png
[generic]                  266     628  42.4% -lh5- ac92 Feb  4  2020 RNOXfer_68k.info
[generic]                  292     420  69.5% -lh5- ed6f Mar 30  2020 RNOXfer_68k/advanced.conf
[generic]               143580  271768  52.8% -lh5- 9ff2 Oct  1  2017 RNOXfer_68k/muiroyale.hwp
---------- ----------- ------- ------- ------ ---------- ------------ ----------
 Total        31 files 2986732 4943000  60.4%            Jun  9 01:51

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>