1. Make sure you have FTP installed on your Linux machine.
  2. Then hit below commands on your system to download the build, license and etc.
    1. ftp ftp.rackwareinc.com
    2. then provide the ftp_username (that we will create and provide with password)
    3. Enter the password
    4. List the directory with “ls” command
    5. And download the build or any SWIFT related stuffs with “get” command. For ex.  get rackware-swift-release-1.3.0.159.sh. And it will download the same.
    6. After download completes, then do a “quit

 

Please see how it looks like for your reference.

 

# ftp ftp.rackwareinc.com
 Connected to 
ftp.rackwareinc.com (XX.XX.XX.134).
 220 (vsFTPd 3.0.2)

Name (ftp.rackwareinc.com:root): ftp_username

331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
227 Entering Passive Mode (129,146,67,144,158,249).
150 Here comes the directory listing.
drwxr-xr-x 2 10291 1008 49 Dec 13 12:59 my_releases
-rwxr-xr-x 1 0 1008 547490878 Dec 13 10:57 rackware-swift-release-1.3.0.159.sh
226 Directory send OK.
ftp> cd my_releases
250 Directory successfully changed.
ftp> ls
227 Entering Passive Mode (129,146,67,144,156,88).
150 Here comes the directory listing.
-rwxr-xr-x 1 10291 1008 547490878 Dec 13 12:59 rackware-swift-release-1.3.0.159.sh
226 Directory send OK.
ftp> get rackware-swift-release-1.3.0.159.sh
local: rackware-swift-release-1.3.0.159.sh remote: rackware-swift-release-1.3.0.159.sh
227 Entering Passive Mode (129,146,67,144,157,88).
150 Opening BINARY mode data connection for rackware-swift-release-1.3.0.159.sh (547490878 bytes).
226 Transfer complete.
547490878 bytes received in 10.3 secs (53255.08 Kbytes/sec)
ftp> quit
 221 Goodbye.