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
02-15-2007 09:32 PM
02-15-2007 09:32 PM
When i try to do ftp on one of my server, it is giving following errors. pl help me on this
/usr/lbin $ftp 10.10.8.145
ftp: 5,N/A,N/A]: not found.
ftp[3]: Mirror: not found.
ftp[5]: Mirror: not found.
ftp[7]: Back: not found.
ftp[8]: Syntax error at line 10 : `(' is not expected.
Regards,
Anand.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 09:35 PM
02-15-2007 09:35 PM
Re: FTP
Could you try:
/usr/bin/ftp 10.10.8.145
Cheers
Wout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 09:36 PM
02-15-2007 09:36 PM
Re: FTP
please try:
/usr/bin/ftp 10.10.8.145
Suspect that you have an alias set up for ftp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 09:39 PM
02-15-2007 09:39 PM
Re: FTP
Again same error
/usr/lbin $/usr/bin/ftp 10.10.8.145
/usr/bin/ftp: 5,N/A,N/A]: not found.
/usr/bin/ftp[3]: Mirror: not found.
/usr/bin/ftp[5]: Mirror: not found.
/usr/bin/ftp[7]: Back: not found.
/usr/bin/ftp[8]: Syntax error at line 10 : `(' is not expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 09:41 PM
02-15-2007 09:41 PM
Re: FTP
Hi Anand,
I don't understand, what you are trying to do.
# /usr/lbin --> is a directory
$ftp --> is a variable (a script you wrote, maybe)
the ip (guess it's the right one)
In your script ($ftp) seems to be sone errors.
Can you post the contens of $ftp??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 09:47 PM
02-15-2007 09:47 PM
Re: FTP
I just try to do normal FTP but it is giving errors
/home/tcb/anand $ftp 10.10.8.145
ftp: 5,N/A,N/A]: not found.
ftp[3]: Mirror: not found.
ftp[5]: Mirror: not found.
ftp[7]: Back: not found.
ftp[8]: Syntax error at line 10 : `(' is not expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 09:54 PM
02-15-2007 09:54 PM
Re: FTP
please post results of:
which ftp
file `which ftp`
ll `which ftp`
I assume your data before the $ is your current directory i.e. part of your prompt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 10:02 PM
02-15-2007 10:02 PM
Re: FTP
/home/tcb/anand $which ftp
/usr/bin/ftp
/home/tcb/anand $file `which ftp`
/usr/bin/ftp: ascii text
/home/tcb/anand $ll `which ftp`
-r-xr-xr-x 1 bin bin 114688 Nov 15 2004 /usr/bin/ftp
/home/tcb/anand $
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 10:05 PM
02-15-2007 10:05 PM
Re: FTP
/bin/ftp: PA-RISC1.1 shared executable dynamically linked
Your ftp has been replaced by a text file. Save the text file for later examination and copy the ftp binary from another machine.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 10:07 PM
02-15-2007 10:07 PM
Solutionftp should be a executable not ascii file !!
Please move the file and replace with file from backup or file from same OS version machine.
Also investigate how/who changed the file.
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 10:22 PM
02-15-2007 10:22 PM
Re: FTP
It is working after replaced the file with new one. Thank You for you kind help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 10:27 PM
02-15-2007 10:27 PM
Re: FTP
that just leaves the task of assigning points and finding out how the problem was caused in the first place.
Study the faulty ftp script, perhpas that will give you a clue asto who wrote it and/or whta the purpose of the script was.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 10:38 PM
02-15-2007 10:38 PM