File Viewer - NO FTP!


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers File Viewer - NO FTP!
# 1  
Old 02-14-2001
Java

Hi Guys!

We have a RISC 6000 with an OS of AIX UNIX 4.3.2
We have several PCs with WIn 95 that can FTP files to-from the RISC using WSFTP_LE by IPSWITCH. Great product!

However, we have several users that we want to have file VIEWING ONLY capabilities without file transfer options. Too much power, too little skills.

Does anybody know of a product that allows ASCII file VIEWING ONLY without the ability to transfer back to the RISC?

Or... A utility that will allow users to view files and us to configure the software and disable FTP?
Any help would be appreciated.
Al J

[Edited by ajaco on 02-14-2001 at 03:36 PM]
# 2  
Old 02-14-2001
Vieweing is really the same as transferring. After all, any remote file that you wish to view must be transferred to your local display somehow -- that may be by ftp, X, telnet, etc. Regardless of the method, it is still transferred to the local machine so that it can be displayed.

Even if you give them access to the AIX box, and allow them to view files there, they could still cpoy and paste the information back to their local machines. So, in other words, I dont think it is possible to do what you are asking (unless i am misunderstanding your question).
# 3  
Old 02-14-2001
Java File Viewer

PxT...

We don't mind if they can actually FTP the file from the RISC back to their PC, either display or the file itself.
Our concern lies with the ability to accidentally FTP a file BACK TO the RISC. This is what we are concerned about. So I guess we want a 'one-way' FTP utility.
Al J
# 4  
Old 02-14-2001
You can setup the Unix file permissions so that they do not have write access. For example, make the files owned by root or some other administrative user, with permissions 600 so that they cannot be overwritten, except by the owner. Make sure the parent directory has similar ownership/permissions.
# 5  
Old 02-14-2001
Thanks, PxT, but the files that they are going to be viewing are generated by programs during the month. The naming of these has the PID atttached to the end, so the file names are not the same.
Also, the operator that they sign on to view the files is the same operator as the one who created them. This is program spceific, and it is not one that leaves an option to change.
Are there no programs out there that may be customized to allow gets instead of puts? These are mid-level users, not rookies, but know enough to shoot themselves in the foot, hich is what we are trying to prevent before a situation occurs.
Al J
# 6  
Old 02-16-2001
As PxT points out, the best way to do this is to use the read and right permissions of the files based on user and groups (standard UNIX permissions). It is quite easy to write a script to do set the permissions even if the filenames are unique with process IDs attached. This is the best way to do this.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Play STRG - E-Viewer Recorded Stream file

I have got a .strg file, which I cannot open. I tried NMS Player from Novus, but It can't handle STRG files. How can I play these recordings? (1 Reply)
Discussion started by: kovacsdev
1 Replies

2. HP-UX

[Solved] Unable to rename file in ftp server .Net:FTP perl

Hello All, I am trying to connect to ftp server and get the files. Also i need to rename the file in other ftp dir. rename method is not allowing me to rename the file in other dir. When i tried copy command by using net::FTP:FILE then perl says it is not installed. Can some body help me to... (2 Replies)
Discussion started by: krsnadasa
2 Replies

3. Shell Programming and Scripting

Deleting File from FTP and Transferring File to FTP

Hi, I am getting error when i am deleting file from FTP and also transferring file from local to FTP server. I am getting 221 error. I am getting this error some time only. Some time the existing file from FTP is deleted and file from local directory is transferred to FTP server. ... (2 Replies)
Discussion started by: praka
2 Replies

4. UNIX for Advanced & Expert Users

Using FTP to check whether file is completely FTP... plz find the description below

Hi, We have some clients who will place huge files in to one of the remote server. And the shell script written in our local server to retrieve client files (using FTP) placed on one of the remote server of ours by clients. My question Is there any FTP command/script to check from my local... (1 Reply)
Discussion started by: nmsrao
1 Replies

5. Shell Programming and Scripting

how to put file from one ftp to another ftp location

hi, I have one file located in ftp.I want to place that file in different ftp location. Up to now i am doing it manually using get command and copying that file in to my local system and then putting that file in different ftp using put command. now i want to automate that using shell... (1 Reply)
Discussion started by: prasee
1 Replies

6. Shell Programming and Scripting

FTP script to FTP file to UNIX - Solaris

Hello, A couple of times per week, i receive emails notifications when files are available for processing. Currently i read these eamails with a java program and store the attachement on my C: drive and would now like to generate a PC script to send this file name up to UNIX-Solaris and... (3 Replies)
Discussion started by: bobk544
3 Replies
Login or Register to Ask a Question