you dont have the permissions to write the file in the directory you are trying.
try
ftp> cd /tmp
ftp> put xxxxx
If you can put it there then you need to get the unix admin to give you write permissions for the unix user you are using to the directory you are trying to transfer to.
--
| Mike Nixon
| Unix Admin
|
----------------------------
Generally, that is correct. If a user is in the /etc/ftpusers file, they cannot ftp to the system - regardless of their interactive status (restricted, full access, etc). If you want to keep someone from ftp'ing cokmpletely, put them in this file.
The error you are encountering has to do with the permissions on the directory and/or file at the destination end. As already stated, you can try putting the file in /tmp or have the admin/owner fix the file permissions.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.