This is a discussion on How to pick up file from user's PC when user logon within the AIX Operating System forums, part of the Unix Operating Systems category; --> Hi, Our users logon to our AIX server via telnet session. Would it be possible that I can run ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, Our users logon to our AIX server via telnet session. Would it be possible that I can run a script automatically when the user log-on and pick up an ascii file in the c:\ drive and send it to the AIX server? Someone told me that this couldn't be done as the user's PC has to run a ftp session. Is this true? Thanks. Y.Wei |
| |||
| On Wed, 26 May 2004 23:05:44 +0800, Y.Wei <y_wei@email.com> wrote: >Hi, >Our users logon to our AIX server via telnet session. Would it be >possible that I can run a script automatically when the user log-on >and pick up an ascii file in the c:\ drive and send it to the AIX >server? Someone told me that this couldn't be done as the user's PC >has to run a ftp session. Is this true? > >Thanks. >Y.Wei You could write a batch file that uploaded the file before they telnet in. -Adam |
| |||
| In article <koe9b0d2efoj20slpae3pabljmeumfms14@4ax.com>, ashelley@inlandkwpp.com wrote: > On Wed, 26 May 2004 23:05:44 +0800, Y.Wei <y_wei@email.com> wrote: > >>Hi, >>Our users logon to our AIX server via telnet session. Would it be >>possible that I can run a script automatically when the user log-on >>and pick up an ascii file in the c:\ drive and send it to the AIX >>server? Someone told me that this couldn't be done as the user's PC >>has to run a ftp session. Is this true? >> >>Thanks. >>Y.Wei > > You could write a batch file that uploaded the file before they telnet > in. > > -Adam Use smbclient to grab files from a user's machine. Put this request into the users $HOME/.envfile (or $HOME/.kshrc, the name is site dependent) and not in the user's $HOME/.profile. Mike |
| ||||
| Other kind os solution: Some telnet clients (e. g. chameleon/rumba from netmanage) do know vba scripts and are able to run a specific scenario at login time. The solution is at the client side. There are two things in your post: - telnet sessions - ftp sessions. There are separate thing. What I wrote there up applies to both. Regards, Stephane Y.Wei a écrit: > > Hi, > Our users logon to our AIX server via telnet session. Would it be > possible that I can run a script automatically when the user log-on > and pick up an ascii file in the c:\ drive and send it to the AIX > server? Someone told me that this couldn't be done as the user's PC > has to run a ftp session. Is this true? > > Thanks. > Y.Wei |