- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp client report UNKNOWN system type
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
Discussions
Discussions
Discussions
Forums
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
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
тАО07-21-2006 07:18 AM
тАО07-21-2006 07:18 AM
ftp client report UNKNOWN system type
root> swlist|grep -i ftp
PHNE_30990 1.0 ftpd(1M) and ftp(1) patch
PHNE_32449 1.0 bootpd(1M)/DHCP, tftp(1)
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2006 07:23 AM
тАО07-21-2006 07:23 AM
Re: ftp client report UNKNOWN system type
Make sure that the ftpd on both systems are HP's, sometimes when one of the is third party causes that error.
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2006 07:32 AM
тАО07-21-2006 07:32 AM
Re: ftp client report UNKNOWN system type
root> what /usr/localcw/opt/nas/sidftpd
/usr/localcw/opt/nas/sidftpd:
$Revision: 92453-07 linker linker crt0.o B.11.30 010914 $
HP92453-02A.11.00 HP-UX SYMBOLIC DEBUGGER (END.O ILP32) $Revision: 75.04 $
wu-ftpd-2.6.2 - sidftpd for largefiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2006 07:44 AM
тАО07-21-2006 07:44 AM
Re: ftp client report UNKNOWN system type
Manually log in via ftp, then issue 'SYST'. If 'UNIX' is returned, the problem is most likely your clients.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2006 08:24 AM
тАО07-21-2006 08:24 AM
Re: ftp client report UNKNOWN system type
ftp> syst
215 UNKNOWN Type: L8
ftp>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2006 08:46 AM
тАО07-21-2006 08:46 AM
Re: ftp client report UNKNOWN system type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2006 08:54 AM
тАО07-21-2006 08:54 AM
Re: ftp client report UNKNOWN system type
230 User xxxx logged in.
Remote system type is UNKNOWN.
ftp> quit
but thanks for the effort.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2006 09:09 AM
тАО07-21-2006 09:09 AM
Re: ftp client report UNKNOWN system type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-26-2006 02:41 AM
тАО07-26-2006 02:41 AM
Re: ftp client report UNKNOWN system type
The best suggestion from was from A. Clay and our appications person has modified his scripts to use ftp -nc and force binary transfer.