- Make sure you have FTP installed on your Linux machine.
- Then hit below commands on your system to download the build, license and etc.
- ftp ftp.rackwareinc.com
- then provide the ftp_username (that we will create and provide with password)
- Enter the password
- List the directory with “ls” command
- 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.
- 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.