Hi,
I'm trying to use FTP on NT4 to pull down around 300 items from one of our unix boxes. However, when I try it I keep getting and 'arguments too long' error. e.g.
ftp> Connected to xxxxx
open las
220 uk3 FTP server (UNIX(r) System V Release 4.0) ready.
User (xxxxxxnone)):
331 Password required for sn.
230 User sn logged in.
ftp> ftp>
cd /user2/db
250 CWD command successful.
ftp> Connected to xxxxxx
Type: ascii; Verbose: On; Bell: Off; Prompting: On; Globbing: On
Debugging: Off; Hash mark printing: Off
ftp> status
mget *.p
Arguments too long
200 Type set to A.
ftp> close
221 Goodbye.
ftp> bye
I was hoping to build up a simple script to run overnight but have reached this 'wall'. Anybody got any ideas?
Thanks.
I'm trying to use FTP on NT4 to pull down around 300 items from one of our unix boxes. However, when I try it I keep getting and 'arguments too long' error. e.g.
ftp> Connected to xxxxx
open las
220 uk3 FTP server (UNIX(r) System V Release 4.0) ready.
User (xxxxxxnone)):
331 Password required for sn.
230 User sn logged in.
ftp> ftp>
cd /user2/db
250 CWD command successful.
ftp> Connected to xxxxxx
Type: ascii; Verbose: On; Bell: Off; Prompting: On; Globbing: On
Debugging: Off; Hash mark printing: Off
ftp> status
mget *.p
Arguments too long
200 Type set to A.
ftp> close
221 Goodbye.
ftp> bye
I was hoping to build up a simple script to run overnight but have reached this 'wall'. Anybody got any ideas?
Thanks.