- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Why it not going to another directory????
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
Forums
Discussions
Discussions
Discussions
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
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
10-11-2007 08:13 PM
10-11-2007 08:13 PM
Why it not going to another directory????
iam downloading files using FTP below is a small code, my problem is why its executing this part only ( lcd /prod/wel
cd /cde/wel
mget * ), why its not goign to another directory please help me sir
*********************************************
Code
*********************************************
lcd /prod/wel
cd /cde/wel
mget *
Thank you,
Ramana.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007 08:27 PM
10-11-2007 08:27 PM
Re: Why it not going to another directory????
is this the full PATH?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007 09:13 PM
10-11-2007 09:13 PM
Re: Why it not going to another directory????
its Full path whys this is happening?
lcd /prod/wel
cd /cde/wel
mget *
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007 09:18 PM
10-11-2007 09:18 PM
Re: Why it not going to another directory????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007 09:59 PM
10-11-2007 09:59 PM
Re: Why it not going to another directory????
where should i use this set -x ???????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007 11:03 PM
10-11-2007 11:03 PM
Re: Why it not going to another directory????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007 11:34 PM
10-11-2007 11:34 PM
Re: Why it not going to another directory????
only one directory is downloaded but its not going to another directory why????
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007 11:39 PM
10-11-2007 11:39 PM
Re: Why it not going to another directory????
Or does the problem happen with the input?
Is there an error message?
What is the error?
Please imagine you are a person who can not see the screens you are looking at. Now please re-read your own question. How can we possibly help if you only describe what you are doing, not what is happening and nothign about the environment?
How do you log into the FTP session?
What is the default ?
What does 'df /cde/wel' do?
How about 'ls -l /cde/wel' ?
and so on....
basic troubleshooting my friend, basic troubleshooting
question eveery step, verify every step.
Good luck!
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2007 01:11 AM
10-12-2007 01:11 AM
Re: Why it not going to another directory????
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2007 02:02 AM
10-12-2007 02:02 AM
Re: Why it not going to another directory????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2007 02:03 AM
10-12-2007 02:03 AM
Re: Why it not going to another directory????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2007 02:23 AM
10-12-2007 02:23 AM
Re: Why it not going to another directory????
=> /testdir/abc/
=> /testdir/xyz/
Thank's
Ramana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2007 02:23 AM
10-12-2007 02:23 AM
Re: Why it not going to another directory????
=> /testdir/abc/
=> /testdir/xyz/
Thank's
Ramana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2007 02:27 AM
10-12-2007 02:27 AM
Re: Why it not going to another directory????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2007 02:48 AM
10-12-2007 02:48 AM
Re: Why it not going to another directory????
only a thought - could it be that the script want to execute the next 'lcd' and 'cd' before the 'mget' command has finished?
Can you shorten the list of files to get and put in a wait?
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2007 03:11 AM
10-12-2007 03:11 AM
Re: Why it not going to another directory????
and post the results
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2007 03:36 AM
10-12-2007 03:36 AM
Re: Why it not going to another directory????
ftp -i -v -n ...
It appears that your ftp session is pausing, waiting on the confirmation that "mget" by itself requires on each file. The "-i" option on the ftp command tells ftp to *not* pause and prompt for confirmation of each file.
HP-Server-Literate since 1979
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2007 03:40 AM
10-12-2007 03:40 AM
Re: Why it not going to another directory????
I am intimately familiar with their naming scheme, and the file you listed in your mget output is one of SEDC's shared libraries, containing SEDC's copyrighted code, that should reside only under an SEDC-formatted root-based directory.
I strongly suggest - **STRONGLY** suggest - that you quit asking questions about the internal use and setup of SEDC's coprighted intellectual property in this forum and instead direct them to the owners of the software you are using, SEDC.
HP-Server-Literate since 1979