ftp protocol and quot site chmod 0


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers ftp protocol and quot site chmod 0
# 1  
Old 11-28-2000
Computer quote site chmod 0 filename - please help

i do have a problem with the transaction of pdf-files from a server to another. there was a guy who told me about this command wich i should build in my ftp.put()-method in java. the command called: about quote site chmod 0 filename..
i think its something about filerights but does someone know more about that?

thanx for help

[Edited by calmacroi on 11-28-2000 at 10:49 AM]
# 2  
Old 11-28-2000
quote site chmod 0 filename

will tell the ftp server to execute a 'chmod 0 filename', which basically removes all read, write, and execute rights for the filename you specify. Of course, this will only work if you have the appropriate rights.

 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Cannot "chmod" after account migration on openBSD.

I copy home directory, file /etc/passwd, file /etc/group, file /etc/master.passwd to the new server. This is result of "ls/home" on the old server. drwxr-xr-x 3 user1 user1 512 Aug 3 2012 user1 drwxr-xr-x 19 user2 user2 2560 Jan 9 09:24... (4 Replies)
Discussion started by: cyberking
4 Replies

2. UNIX for Dummies Questions & Answers

How do i transfer file using ftp protocol in Linux.

Hi , I want to transfer file using ftp protocol . I m using following linux distribution. LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch Distributor ID: OracleVMserver Description: Oracle VM server release 2.2.0 Release: 2.2.0 Codename: ... (5 Replies)
Discussion started by: pinga123
5 Replies

3. Shell Programming and Scripting

Chmod. "./" and "sh" difference

Hi. I am new to shell scripting. I am writing a simple sequential logic script. After completing the script, the instructions say "use the sh command instead of the chmod comand". Why didn't I have to use "chmod ugo+x scriptname",& then type ./ scriptname or just scriptname after using chmod?... (3 Replies)
Discussion started by: Ccccc
3 Replies

4. UNIX for Advanced & Expert Users

MVS->Unix FTP : Using chmod as part of FTP.

We are transferring file from mainframes to unix, & in FTP process itself we would like to set access rights for unix machine. Has anyone used chmod command in association with site command in ftp? How it should be used? Thanks in advance. (1 Reply)
Discussion started by: videsh77
1 Replies

5. UNIX for Advanced & Expert Users

What is "incompatible protocol version"

have installed a Network Management System at HP and when I tried to connect to Sun for Extractor function, it shows" incompatible protocol version:3". What does it mean? How to slove the problem? Thanks a lot, Emily (1 Reply)
Discussion started by: yaoww
1 Replies

6. Shell Programming and Scripting

Script to CHMOD using FTP

Hello everybody ! Excuse me guys. I posted this In EXPERT group as well, but they don't seems to find this problem of that level, so posting it here as well.. I am developing a FTP script which will copy all the files from one server to another server and then I need to use CHMOD 755 * to... (1 Reply)
Discussion started by: sdlayeeq
1 Replies

7. UNIX for Dummies Questions & Answers

Chmod +ftp

Is there a wayto chmod via ftp for my webpage and change all files and folders from one point down? There is way too many files and folders in this to do one at a time. Thanks! (3 Replies)
Discussion started by: stormiee
3 Replies

8. UNIX for Dummies Questions & Answers

chmod 777 on all directories below...how do I do that using the "find" command?

I've got 100 directories that each have 2 directories with in them. Structered like this: /home/domains/domain1/ through to /home/domains/domain100/ and those 2 directories mentioned above are here: /home/domains/domain1/directory1/ /home/domains/domain1/directory2/ through to... (7 Replies)
Discussion started by: Neko
7 Replies
Login or Register to Ask a Question