![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| nmap on aix 5.2 | zuessh | AIX | 2 | 03-16-2009 09:10 AM |
| Help in .netrc | edu_escandor | UNIX for Dummies Questions & Answers | 2 | 03-22-2005 07:12 AM |
| Nmap PHP FE | Karma | Shell Programming and Scripting | 6 | 09-06-2003 01:01 PM |
| nmap results | necro | UNIX for Dummies Questions & Answers | 10 | 04-05-2002 02:17 AM |
| Nmap | DPAI | Security | 2 | 03-19-2002 05:04 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
FTP/nmap/.netrc
So...
I'm trying to script and FTP Backup of some files from openVMS Alpha machine to a Unixware 7 machine. I decided to use .netrc to do all the FTP actions however when I send the nmap command. It pretty much gets ignored while even other things such "ascii", "case" etc.. get respected during following FTP Transfers.. Interestingly enough, when I do the ftp connection by hand and enter all the commands in manually the FTPing is done properly. For Example: Remote File: Alpha.txt;147 Local file I want: alpha.txt In the script I have ... ascii case cd XYZ nmap $1.$2;$3 [$1.$2] mget *.* and that doesn't work out. but doing it manually does. I think it might be some quotation marks or something I need for the nmap variables? Thanks |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|