This document assumes that you will be using a command-line FTP client to access our FTP site. This is the recommended way to access our site, as the most common web browsers may not download our data properly.
The three folders listed below are the only areas that are used when uploading or downloading files on any Cyberware servers. A brief description of each folder is provided:
Simply open a new UNIX shell window and continue with the appropriate instructions below.
You will need to open up a Command Prompt window to issue the commands listed in the instructions below. To open a Command Prompt window, simply select "Start--Programs--Accessories--Command Prompt" from your Windows Taskbar. A window will open on your desktop. Input the commands listed in the instructions below to access our FTP site.
You will now be automatically routed to the inbox folder to complete your file transer.
NOTE: The inbox directory is WRITE ONLY. You will not be able to download any files that might exist in this directory.
A sample FTP session is recorded below:
|
Prompt > ftp ftp.cyberware.com Connected to ftp.cyberware.com. 220-Cyberware FTP Server User (ftp.cyberware.com:(none)): inbox 331 Password required for inbox Password: 230 Logged on ftp> binary 200 Type set to I. ftp> put file 200 PORT command successful. 226 Transfer complete. ftp> bye 221 Goodbye. |
You will now be automatically routed to the outbox folder to complete your file transer.
NOTE: The outbox directory is READ ONLY. You will not be able to upload any files into this directory.
A sample session is recorded below:
|
Prompt > ftp ftp.cyberware.com Connected to ftp.cyberware.com. 220-Cyberware FTP Server User (ftp.cyberware.com:(none)): outbox 331 Password required for outbox Password: 230 Logged on ftp> binary 200 Type set to I. ftp> get file 200 PORT command successful. 150 Opening BINARY mode data connection for 'file' (13904945 bytes). 13904945 bytes received. 226 Transfer complete. ftp> bye 221 Goodbye. |