- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sharing files
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
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
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
тАО11-30-2001 02:57 AM
тАО11-30-2001 02:57 AM
I'm searching for a solution to setting up a secure way to share the files from the depot server to several NT clients. The NT clients are from 6 sites. One of this site is the master site and must have access to all of the files. The other sites must only have access to one portion of the files.
Please, suggest me a secure way to share files.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2001 03:02 AM
тАО11-30-2001 03:02 AM
Re: Sharing files
Probably Samba or CIFS/9000 will be the solution for u. ( http://www.samba.org ).
Regards
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2001 03:58 AM
тАО11-30-2001 03:58 AM
Re: Sharing files
But I can't install any software.
I must use ftp.
Can you help me defining a secure way to access the depot server with ftp?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2001 04:11 AM
тАО11-30-2001 04:11 AM
SolutionThere is Sftp available but I haven't tried that.
I am using a script to do ftp automatically through a cron job. The permission of script file I am keeping as 500 (read and execute) for root.
my script is as follows.
ftp -n 195.112.26.111 <
ascii
cd biomni
prompt
put P_Action_Serco*
bye
EOF
Hope this may help u.
Regards
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2001 06:03 AM
тАО12-03-2001 06:03 AM
Re: Sharing files
I have 5 group of files.
Each site must download only one group file.
The master site can download every file.
I have a file server HP-UX 11.00 and now I have to crate 6 ftp account.
Please suggest me a secure way to create 6 FTP accounts.