- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Adding a new ftp "site exec" command
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
01-28-2002 10:03 AM
01-28-2002 10:03 AM
Adding a new ftp "site exec" command
These users transfer data with ftp, then run a "quot rcmd..." command within their ftp client to run a program on the remote system.
They would like to be able to do something similar to our HP-UX servers, and "site exec" looks like the optimal candidate.
1. Is there any way to configure the stock HP-UX ftpd to "site exec" additional programs via a config file?
2. Is there any critical security concern in doing so?
3. If the stock daemon cannot do this, is the source code available so I can add this functionality?
4. If not, does anybody have experience in doing this with wu-ftpd? They're doing some of the parsing with yacc, and my C is rusty...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 10:17 AM
01-28-2002 10:17 AM
Re: Adding a new ftp "site exec" command
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfce5f9beca68d511abcd0090277a778c,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa2b3d06ed8c8d4118fef0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 11:12 AM
01-28-2002 11:12 AM
Re: Adding a new ftp "site exec" command
There is no PHNE_21936 for hpux 10.20. What can I do to make this work under 10.20?
Why isn't there any mention of /etc/ftpd/ftp-exec in the documentation under any of the OS releases?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 11:24 AM
01-28-2002 11:24 AM
Re: Adding a new ftp "site exec" command
The Washington University version of ftp is intrinsically part of 11.x. For 10.x you can get a version here:
http://hpux.cs.utah.edu/hppd/hpux/Networking/FTP/wu_ftpd-2.6.1/
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 12:06 PM
01-28-2002 12:06 PM
Re: Adding a new ftp "site exec" command
I wish that HP-UX had an up2date utility - this means that my 11.11 servers are vulnerable.
Thanks for both your efforts, though.