1834150 Members
3386 Online
110064 Solutions
New Discussion

ftp user

 
A.G.M. Velthof
Valued Contributor

ftp user

Hello All,

is there a way to run a script when a ftpuser makes a connection? (like .profile)

Regards, Alfons
2 REPLIES 2
J. Bravo
Respected Contributor

Re: ftp user

Yes, the .netrc file can contains login and initialization information used by the ftp autologin process.

Regards;

J. Bravo.
OldSchool
Honored Contributor

Re: ftp user

if you mean something that sets enviroment variables and such on the machine you're connecting to, then I believe the answer is "no".

the .netrc file referred to above only contains information used to automatically connect to a given machine. it may also contain macro definitions, but to my knowledge those aren't what you're talking about