|
General Details
|
|
Perl
|
|
Posted 4.89 Years Ago
|
|
522 Views
|
|
Received 0 Ratings
|
|
Quickie FTP
Description
Just a small FTP client written in perl, wrote this code like over 9 months ago.
The FTP program's commands are case sensitive, the commands consist of:
ls - List the content's of the current directory
cwd - Moves to another directory, for example (Your in "/", move to "public_html")
rename - Renames File(s)
dlt - Deletes File(s)
rmdir - Removes Directories
mkdir - Creates a Directory
ul - Uploads a File to the Server - File must be in the folder C:\QFTP\, example(C:\QFTP\FILE.txt)
dl - Downloads a File from the Server - File is saved to C:\QFTP\, example(C:\QFTP\FILE.txt)
Technical
Perl Interpreter.
Source Code
|
Download Source Code
QuickieFTP.zip ( 0.00Mb )
|
NEVER open a .exe, .bat, .cmd, or other executable file since that is where viruses are likely to live. Please virus scan all files you download.
|
Comments
| Please login to post comments. |
More "Perl" Source Codes By This Author
Recently Posted "Perl" Source Codes
Recently Rated "Perl" Source Codes
|