- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ftp login failed
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
05-10-2007 12:05 AM
05-10-2007 12:05 AM
ftp login failed
c:\>ftp
ftp>open 10.4.1.1
user : ftpuser
password: ftppass
530 Login incorrect
Login failed
I did with root user to connect to HPUX
It gave same message.
What must I do for correct login?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 12:15 AM
05-10-2007 12:15 AM
Re: ftp login failed
"Can you 'ftp localhost', and then try to log in as the user, then quit and do a 'tail /var/adm/syslog/syslog.log' and post the results?"
or you could check this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=97149
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 12:57 AM
05-10-2007 12:57 AM
Re: ftp login failed
There should be a message in /var/adm/syslog/syslog.log
I'm guessing theuser id or password is not correct.
The windows ftp client is pretty bad on top of all that.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 01:31 AM
05-10-2007 01:31 AM
Re: ftp login failed
I used hostname instead IP.It works properly.
My HPUX has 2 different IP. Maybe that was the problem.
Now I have different question:
ftp> chmod 777 file
How can I use chmod or similar command in ftp?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 01:50 AM
05-10-2007 01:50 AM
Re: ftp login failed
If "chmod no" is set in the /etc/ftpd/ftpaccess file, you cannot use chmod command over FTP at all.
Second, if your FTP client does not recognize the chmod command directly, try "site chmod 777 filename". Smart FTP clients can apply the SITE extension to the chmod command automatically: very basic FTP clients can't.
Nitpick: chmod 666 or 777 is bad security. Almost always it means the user groups are not properly configured or a permission plan has failed. If your system is audited for information security, files with permissions 666 or 777 will generally require a good explanation.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 02:27 AM
05-10-2007 02:27 AM
Re: ftp login failed
I use standard DOS ftp.
Is there any method to solve authomatically in Unix.
My opinion:
Unix method realizes the file that came newly into HPUX. And changes the permissions to 777.
Is there any automatic method like I mentioned above.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 08:37 PM
05-10-2007 08:37 PM
Re: ftp login failed
Mark Syder (like the drink but spelt different)