answersLogoWhite

0

You might not have permission to delete files.

On a Linux server, it could be either:

1. You are not listed as the "owner" of the FTP file -- then you'd need to "chown" or change ownership

2. That you don't have the permissions to delete -- then you'd need to "chmod" the file if possible

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is mdelet a valid script command?

mdelete is a command to delete files over FTP. Whether or not it's a valid script command would depend on the scripting language.


24 What is the FTP command to close an FTP session?

BYE = Disconnect the FTP session


What is the Ftp command to close Ftp session?

bye or quit


What is the FTP command to close a FTP session?

by using BYE


What is the FTP command to close and FTP session?

A number of people in answering a similar question are saying to use the BYE command


What is the command to delete?

Delete command is a DML. Syntax of delete command is delete from table_name where <>; It is to delete content of table.


What command is most likely to log you out of an FTP command line?

I would try 'exit'.


What is the FTP command to close an FTP session?

bye or quit BYE - Disconnect the FTP session Found in A+ Guide to managing and maintaing you PC pg. 979


What is the difference between delete and delete sheet command?

delete command would delete selected word,line, paragraph or even sheet. Whereas delete sheet command would delete the whole sheet


How does the DOS Command Prompt command Delete work?

del *.*


Shortcut command used to delete a table column?

Delete column


How do you do FTP?

Most Linux systems will have ftp available as a command line option. Try entering "man ftp" in terminal mode to make sure you have it, and to learn the various ftp commands. Typically, you will have to know the ftp site name and the user name and password assigned to you for that ftp site. You will start the ftp session by typing something like: ftp www.mysite.net At the ftp prompt, enter your user name and password, if the server requests that you sign in anonymously place "anonymous" or "ftp" in the username field and leave the password field blank. Then use the ftp commands (e.g 'ls' 'put' 'get' 'cd' 'chmod') to transfer and maintain files at your site. If you prefer a GUI interface, there may be some X Windows ftp clients available for download. Google 'ftp Linux' and see what you can find. I prefer the plain command line version. Much quicker and easier once you learn the commands.