By using the Web browsing feature on the Web site ahead of time, I know that the Fedora Core 2 RPMs are located in the
pub/fedora/linux/core/2/i386/os/Fedora/RPMS/ directory and will use the
cd command to change my directory to there. We can use the
ls command to get a listing of files
in this directory:
ftp> cd pub/fedora/linux/core/2/i386/os/Fedora/RPMS/
250 Directory successfully changed.
ftp> ls open*
227 Entering Passive Mode (66,187,232,35,58,3)
150 Here comes the directory listing.
...
...
-rw-r--r-- ... ... 184281 Oct 28 23:29 openssh-3.6.1p2-
34.i386.rpm
...
...
226 Directory send OK.
ftp>