Hi, My application automatically untars files submitted to a ftp directory. I am using the command "tar -zxf" to untar. The problem I am facing is, the tar command some time prompt for user input tar : Ready for volume 2
tar: Type "go" when ready to process
As my application don't have any human interaction to type in "go", the application can't proceed. Any idea how to avoid this prompt?
Many thanks,
Anjan
Start your day with Yahoo! - make it your home page
--- Begin Message -------- Original Message ----- From: "Tony Wieczorek via RT" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, August 19, 2005 3:24 PM Subject: [gnu.org #249716] tar : Ready for volume 2> Hi there. Since tar is maintained by project developers outside of this > office, I am unfortunately unable to answer your techincal questions. I > highly suggest you use one of the contacts on the tar section of our > Free Software Directory (http://directory.fsf.org/tar.html) to get an > answer to your question. Many of these maintainers are volunteers, so > please keep in mind that they might not be able to respond immediately. > > I am sorry that I am unable to help you further. > > > [EMAIL PROTECTED] - Wed Aug 17 07:15:55 2005]: > > > > Hi, > > > > My application automatically untars files submitted to a ftp > > directory. I am using the command > > > > "tar -zxf" to untar. The problem I am facing is, the tar command some > > time prompt for user input > > > > tar : Ready for volume 2 > > > > tar: Type "go" when ready to process > > > > As my application don't have any human interaction to type in "go", > > the application can't proceed. > > > > Any idea how to avoid this prompt? > > > > Many thanks, > > > > Anjan > > > > > -- > Tony Wieczorek > Program Assistant > (617) 542-5942 > > Free Software Foundation > 51 Franklin St. Fifth Floor > Boston, MA 02110 USA
--- End Message ---
_______________________________________________ Bug-tar mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-tar
