开发者

How to validate user credential to unix ftp server

开发者 https://www.devze.com 2022-12-21 03:20 出处:网络
For our project we are using Solaris box. After our build completion we keep kits to one directory and let users to access it by FTP session.

For our project we are using Solaris box.

After our build completion we keep kits to one directory and let users to access it by FTP session.

So we create user account on Solaris and share this info. to respective group of user.

I want to change this part and implement it like, 1.- Let user to login to ftp server with its one of the property login as 'anonymous' ... but change is, user/password = 'anonymous/@client-server'

2.- When user login as 'an开发者_如何学Pythononymous' run some script to check for its password. Based on that update this to log file.

The main idea is to avoid creating new user on server and by just validating password, can process which user has logged in.

So is it possible to run any script on server when any user logged in through FTP server?

Thanks in advance.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号