- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP: Connection refused
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
03-13-2002 11:19 PM
03-13-2002 11:19 PM
Carlo
Solved! Go to Solution.
- Tags:
- ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 11:25 PM
03-13-2002 11:25 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 11:26 PM
03-13-2002 11:26 PM
Re: FTP: Connection refused
NT does n o t have a ftp daemon so it is not possible to ftp to a NT Server
you will need a third party ftp daemon for NT to this kind of things
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 11:27 PM
03-13-2002 11:27 PM
Re: FTP: Connection refused
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5a34af48a9e5d5118ff40090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 11:39 PM
03-13-2002 11:39 PM
Re: FTP: Connection refused
You can use 3rd Party Ftp Utility Software in NT and startup the service.
Then specify then create a user at NT that you will use to ftp from Unix to NT.
Hope this helps.
bern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 04:15 AM
03-14-2002 04:15 AM
Re: FTP: Connection refused
ftp will check if the shell that is used as a logon shell for the connecting user (from /etc/passwd) is listed in /etc/shells. If /etc/shells is not present, it'll use an internal list.
If you are a user that has for example /usr/local/bin/tcsh or any other non-standard shell, he'll only be able to connect using ftp after the complete path of his/her logon shell is listed in /etc/shells
--8<--- /etc/shells - example
/sbin/sh
/usr/bin/csh
/usr/bin/ksh
/usr/bin/remsh
/usr/bin/rksh
/usr/bin/rsh
/usr/bin/sh
/usr/bin/shl
/pro/bin/tcsh
/SENDMAIL/ANY/SHELL/
-->8---