- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Cannot login via FTP
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
04-16-2004 12:08 AM
04-16-2004 12:08 AM
Cannot login via FTP
Same User-ID cannot login to the system via FTP but can login on regular workstation. Which attribute on User control this? Please advise.
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2004 12:12 AM
04-16-2004 12:12 AM
Re: Cannot login via FTP
Could be something in users LOGIN.COM so try renaming this and then logging in via ftp.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2004 12:35 AM
04-16-2004 12:35 AM
Re: Cannot login via FTP
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2004 12:37 AM
04-16-2004 12:37 AM
Re: Cannot login via FTP
Primary days: Mon Tue Wed Thu Fri
Secondary days: Sat Sun
Primary 000000000011111111112222 Secondary 000000000011111111112222
Day Hours 012345678901234567890123 Day Hours 012345678901234567890123
Network: ##### Full access ###### ##### Full access ######
Batch: ##### Full access ###### ##### Full access ######
Local: ----- No access ------ ----- No access ------
Dialup: ----- No access ------ ----- No access ------
Remote: ----- No access ------ ----- No access ------
FTP requires network access. Check the field Network: to see if he has access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2004 12:50 AM
04-16-2004 12:50 AM
Re: Cannot login via FTP
may be you can't reach ftp server if you have error after open command;
may be user have not network access if you can submit user and password and recevice Login incorrect message;
may be a LOGIN.COM if you can logon and then you have logged out.
Post more details.
@Antoniov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2004 01:00 AM
04-16-2004 01:00 AM
Re: Cannot login via FTP
on the node that you try to login to, watch what is going on.
$ SET AUDIT /ALARM/enable=logfail
and then
$ REPLY/ENABLE
You should see then login attempt come by, with details about WHY the login attempt failed.
hth,
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2004 01:09 AM
04-16-2004 01:09 AM
Re: Cannot login via FTP
- I used other ID, it works.
- The error message "Connection closed by remote host" shown on PC after I enter password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2004 01:31 AM
04-16-2004 01:31 AM
Re: Cannot login via FTP
it seems you can logon and then you are logged out.
Check for LOGIN.COM; you could set verify in his LOGIN.COM and then view log in [TCPIP$FTP] folder.
@Antoniov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2004 01:55 AM
04-16-2004 01:55 AM
Re: Cannot login via FTP
Does ACCOUNTING /USER=
By the way, do you do the login yourself or is "a" user having trouble? In the last case,
do it YOURSELF. There's a bug in FTPD that if the password contains a " " (blank space), then you NOT get "invalid password", but you also do NOT get logged in. By doing it yourself you make SURE that you are not hit by that. To be repaired in the next patch kit.
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2004 01:55 AM
04-16-2004 01:55 AM
Re: Cannot login via FTP
Check whether your sys$manager:sylogin.com have world execute access. If not then give the world execute access. ( System:RWED, Owner:RWED, Group:RE, World:E )
HTH,
Best regards,
Lokesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2004 02:49 AM
04-16-2004 02:49 AM
Re: Cannot login via FTP
In the users login.com, check for a "$ set noon" at the start. This will prevent the login.com from exiting on an error. If that statement is not present and an error occurs during the processing of the login.com file, you will get the error you are seeing. Also check to see if there is a "set ter/inq" command in the file. If there is make sure it is only executed when loging in interactively.
Ken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2004 04:29 AM
04-16-2004 04:29 AM
Re: Cannot login via FTP
$ ! 'F$Verify(0)
$ If F$Mode() .Eqs. "OTHER" Then Exit
The first line will force verification off even though it appears to be a comment. The second line exits the procedure if coming in via FTP. The intent is to be sure there are no write sys$output or anything else that attempts to send text back to the originator.