Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Upload | Description: | File upload utility (FTP) | Download: | upload.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 27kb | Version: | 1.2 | Date: | 08 Jun 2022 | Author: | Tuomas Hokka | Submitter: | Tuomas Hokka | Requirements: | AmigaOS 4.x | Category: | network/ftp | Replaces: | network/ftp/upload.lha | License: | Freeware | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 12104 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 53 (Current version) | | 236 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
This is a file upload utility.
NOTE: FTP is the only supported protocol in version 1.0-1.1 !
* USAGE, Shell arguments:
PROTOCOL=P/K,SOURCE/A,URL/A,PORT/K,DIR/K,TARGETFILENAME=TFN=NEWNAME/K,USER/K,PAS
SWORD/K,VERBOSE/S,PROGRESS/S,QUIET/S
- PROTOCOL = FTP
- SOURCE = file to be uploaded
- URL = address of the FTP server
- Syntax of URL: [ftp://][<user>[:<password>]()]<host>[:<port>][/<url-path>]
- (parts between [] can be ignored, so the host is the only mandatory part)
- PORT = port number of the FTP server
- DIR = directory tree on the FTP server
- TARGETFILENAME = file name on the target server
- USER = FTP user name
- PASSWORD = FTP password
- VERBOSE = prints out FTP output
- PROGESS = displays a progress bar
- QUIET = no output and no progress bar, QUIET will override PROGRESS and
VERBOSE
Examples:
Upload P=FTP SOURCE="ram:MyFile.lha" URL="os4depot.net" DIR="upload" USER="ftp"
PASSWORD=""
Upload P=FTP SOURCE="ram:MyFile.lha" URL="ftp()os4depot.net/upload"
Upload SOURCE="ram:MyFile.lha" URL="ftp://ftp()os4depot.net/upload"
Version history:
- 1.2 (7th June 2022):
- Recompiled
- 1.1 (27th May 2016):
- Added command line argument TARGETFILENAME=TFN=NEWNAME/K
- Added printing of upload progress to a Shell window if VERBOSE is enabled
- Added a little bit more error checking and printing of error messages
- 1.0 (27th January 2016):
- The first public release
|