Originally posted by JMac

I have attempted to FTP direct from updates.oracle.com but when I connect (successfully) the connection is immediately closed as I am in the '/' root directory when the process attempts to list files there. How can I FTP to the directory with patch 2878462 in? I don't get chance to cd as the connection closes.
Once you get into updates.oracle.com, you have to cd directly to your patch number before you can list files:
Code:
ftp> bin
200 TYPE changed to I.
ftp> cd 2878462
250 Changed directory OK.
ftp> ls
200 PORT command OK.
150 Opening data connection for file listing.
p2878462_210_AIX64.zip
p2878462_210_AXP.zip
p2878462_210_HP64.zip
p2878462_210_LINUX.zip
p2878462_210_SOLARIS.zip
p2878462_210_SOLARIS64.zip
p2878462_210_TRU64.zip
p2878462_210_WINNT.zip
p2878462_220_AIX64-5L.zip
226 Listing complete. Data connection has been closed.
222 bytes received in 0.00 seconds (222000.00 Kbytes/sec)