We have a patch in our development box. I need to ftp that to our QA box. The patch is in the
form of a directory with several .drv and other files in it. How to ftp the whole directory.
When I tried to do it, here is what it said.

drwxrwxr-x 6 applmgr dba 8192 Mar 12 18:30 1485190

devbox:/dev1-02/u40/app/applmgr/11.0/patch> ftp qa1
220 qa2k-d3 FTP server (SunOS 5.6) ready.
Name (qa1:applmgr): applmgr
331 Password required for applmgr.
Password:
230 User applmgr logged in.
ftp> ascii
200 Type set to A.
ftp> cd /prod0-01/u40/app/applmgr/11.0/patch
250 CWD command successful.
ftp> put 1485190
1485190: not a plain file.
ftp> bye
221 Goodbye.
devbox:/dev1-02/u40/app/applmgr/11.0/patch> cd 1485190
devbox:/dev1-02/u40/app/applmgr/11.0/patch/1485190> ls -ltr
total 224
-rw-rw-r-- 1 applmgr dba 15382 Nov 8 21:20 d1485190.drv
-rw-rw-r-- 1 applmgr dba 74884 Nov 8 21:22 c1485190.drv
-rw-rw-r-- 1 applmgr dba 2054 Nov 8 21:22 g1485190.drv
-rw-rw-r-- 1 applmgr dba 3343 Nov 9 14:32 readme.txt
drwxrwxr-- 3 applmgr dba 96 Mar 12 18:30 fnd
drwxrwxr-- 3 applmgr dba 96 Mar 12 18:30 fa
drwxrwxr-- 3 applmgr dba 96 Mar 12 18:30 jg
drwxrwxr-- 6 applmgr dba 96 Mar 12 18:30 gl
devbox:/dev1-02/u40/app/applmgr/11.0/patch/1485190>