Computing.Net > Forums > OpenVMS > How to restrict the FTP in OpenVMS

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

How to restrict the FTP in OpenVMS

Reply to Message Icon

Name: Kaman
Date: December 3, 2001 at 07:32:42 Pacific
Comment:

Dear all,

Does anyone knows how to restrict users access on the directory and files by FTP in OpenVMS?

I know Unix and NT can define which specific file or directory the user can accesse by FTP.

Thanks!!



Sponsored Link
Ads by Google

Response Number 1
Name: tez
Date: December 4, 2001 at 04:15:43 Pacific
Reply:

kaman,

There is a general way. OpenVMS sticks a NETWORK process identiefier on each FTP-child process (show process/rights). By putting an ACE on every file/directory that is public but shouldn't be via FTP, you can restrict access:

$ SET FILE/ACL=(ID=NETWORK, ACCESS=NONE)

You can use additional ACE's for specific (FTP)users.

If you want NT/UNIX-like anonymous FTP behaviour, see the appropriate paragraph in the TCP/IP management manual:

http://www.openvms.compaq.com:8000/tcpip50a/6526/6526profile_019.html#anon_ftp_sec

or for TCP/IP 5.1:

http://www.openvms.compaq.com:8000/73FINAL/6526/6526pro_028.html#anon_ftp_sec

tez


0

Response Number 2
Name: klaus
Date: December 5, 2001 at 23:49:27 Pacific
Reply:

Hi,
on VMS machines the TCP/IP software is called UCX.

Please use UCX on command prompt to connect to (the propmt will change to UCX>).
Use help on command prompt to find out more about FTP, TELNET and others.

Maybe you can find a solution since I'm not sure what you are looking for exactly.
Please explain what you would do on Unix or NT OS...
Klaus


0

Response Number 3
Name: florin
Date: March 20, 2002 at 05:53:23 Pacific
Reply:

Type UCX help set service/accept
You can restrict access by ip address (or host names ...if is defined)
After changing settings you must restart ftp service:
$UCX DISA SERV FTP
$UCX ENAB SERV FTP


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to OpenVMS Forum Home


Sponsored links

Ads by Google


Results for: How to restrict the FTP in OpenVMS

How to use tcpdump ? www.computing.net/answers/openvms/how-to-use-tcpdump-/545.html

How to Search a Keyword in a File www.computing.net/answers/openvms/how-to-search-a-keyword-in-a-file/441.html

To split a string with a space www.computing.net/answers/openvms/to-split-a-string-with-a-space/321.html