J
Jim
Is there anyway to put dos into passv mode? Our network is ran behind an ISA
firewall/proxy machine and I'm trying to use a batch file from symantec that
connects to their ftp site, downloads a file which, I belive, copies an
*.xdb (virus definition) file over to the appropriate folder on the local
drive. To be honest, I don't know if it's a passive mode problem or not
because I can connect using dos FTP. Once I'm there, I can't do a directory
listing or anyhting. It always return an error: ">ftp: bind: Can't assign
requested address"
I run through the ftp statements manually and can navigate up through the
directories fine but if I try to do a dir listing (dir or ls) or try to use
the "get navup8.exe" command once i've navigated down to the approrpriate
directory, I get the same ">ftp: bind: Can't assign requested address"
error. I've used graphical FTP programs and can do everything just fine.
Here is their batch code:
ftp -s:cescript.txt
call "%systemdrive%\navup8.exe"
move %systemdrive%\*.xdb <path>
del /q %systemdrive%\navup8.exe
Here is the cescript text file that the batch refers to
open ftp.symantec.com
anonymous
(e-mail address removed)
cd public/english_us_canada/antivirus_definitions/norton_antivirus/static
lcd C:\
bin
hash
prompt
get navup8.exe
quitAny ideas? Anyone?Thanks,Jim
firewall/proxy machine and I'm trying to use a batch file from symantec that
connects to their ftp site, downloads a file which, I belive, copies an
*.xdb (virus definition) file over to the appropriate folder on the local
drive. To be honest, I don't know if it's a passive mode problem or not
because I can connect using dos FTP. Once I'm there, I can't do a directory
listing or anyhting. It always return an error: ">ftp: bind: Can't assign
requested address"
I run through the ftp statements manually and can navigate up through the
directories fine but if I try to do a dir listing (dir or ls) or try to use
the "get navup8.exe" command once i've navigated down to the approrpriate
directory, I get the same ">ftp: bind: Can't assign requested address"
error. I've used graphical FTP programs and can do everything just fine.
Here is their batch code:
ftp -s:cescript.txt
call "%systemdrive%\navup8.exe"
move %systemdrive%\*.xdb <path>
del /q %systemdrive%\navup8.exe
Here is the cescript text file that the batch refers to
open ftp.symantec.com
anonymous
(e-mail address removed)
cd public/english_us_canada/antivirus_definitions/norton_antivirus/static
lcd C:\
bin
hash
prompt
get navup8.exe
quitAny ideas? Anyone?Thanks,Jim