- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mput without asking yes or no
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2009 07:31 PM
тАО05-03-2009 07:31 PM
mput without asking yes or no
Waiting for response.
Regards,
Mehul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2009 07:35 PM
тАО05-03-2009 07:35 PM
Re: mput without asking yes or no
why dont you use put insted of mput,
if you will use put it would not ask any confirmation.
if you have any specific reason to use mput let me know, thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2009 08:30 PM
тАО05-03-2009 08:30 PM
Re: mput without asking yes or no
used -i with ftp
like
ftp -i servername
now mget and mput will not ask any "y"
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2009 09:12 PM
тАО05-03-2009 09:12 PM
Re: mput without asking yes or no
Look for the "prompt" command.
> Waiting for response.
Really?
You could be reading while you wait.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2009 10:51 PM
тАО05-03-2009 10:51 PM
Re: mput without asking yes or no
As suggested, use 'prompt'
Just type 'prompt' in FTP prompt will tell you if interactive mode is ON or OFF.
for more details, refer `man ftp`
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2009 04:08 AM
тАО05-04-2009 04:08 AM
Re: mput without asking yes or no
> you if interactive mode is ON or OFF.
Well, it will tell you what you've just
_changed_ it to be. The "status" command
should show you what's true (about prompting
and many other things) without changing
anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2009 06:07 AM
тАО05-04-2009 06:07 AM
Re: mput without asking yes or no
"prompt" is command you need to use in ftp prompt to solve your purpose.
By default prompt will be ON which needs user intervention for every file transfer.
if you just type ftp>prompt which change the prompt value to OFF and therefore no user intervention is needed for multiple file transfer.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2009 06:12 AM
тАО05-04-2009 06:12 AM
Re: mput without asking yes or no
ftp -i
from the man page:
"-i
Disable interactive prompting by multiple-file commands; see the prompt command, below. By default, when this option is not specified, prompting is enabled."
-and-
"prompt
Toggle interactive prompting. By default, ftp prompts the user for a yes or no response for each output file during multiple-file commands. If interactive prompting is disabled, ftp performs the command for all specified files."