1826219 Members
3337 Online
109691 Solutions
New Discussion

ftp

 
SOLVED
Go to solution
Richard A. Caisse_1
Occasional Contributor

ftp

we suddenly have a need to ftp files from our many mpe servers to our 3 9000 servers, os 11.0. the session is to be initiated at the mpe. how do we make sure the connection terminates upon completion, and also how to eliminate operator "roaming"?
2 REPLIES 2
Joseph C. Denman
Honored Contributor
Solution

Re: ftp

There are numerous thread concerning ftp access. I suggest reading some of these.

man ftpaccess

This is probably the way you want to go inorder to stop the users from exploring the system.

As far as making sure the ftp session terminates, the session will be initiated at the client. You will need to do something on the client to ensure termination.

Hope this helps,

...jcd...
If I had only read the instructions first??
Richard A. Caisse_1
Occasional Contributor

Re: ftp

that's what i needed to know. i'm sure i can take it from here. thanks