Guest_imported
New member
- Jan 1, 1970
- 0
Hello all,
I am trying to create a script that will telnet and then ftp without login/passwd prompts. I know that I can use this:
{
ftp -n user passwd << EOF
`commands`
EOF
} >
however, I'm not sure how to bypass the login prompt for telnet.
Thanks!!
I am trying to create a script that will telnet and then ftp without login/passwd prompts. I know that I can use this:
{
ftp -n user passwd << EOF
`commands`
EOF
} >
however, I'm not sure how to bypass the login prompt for telnet.
Thanks!!