| View previous topic :: View next topic |
| Author |
Message |
looka
Joined: 20 Jun 2006
Posts: 7
|
| Posted: Tue Jun 20, 2006 9:32 am Post subject: ftp upload - disabled files |
|
|
if i have a file on the server and i want to overwrite it via FTP, i always get an error - access denied to file. i can delete that file with php script, but ftp - i get only read access.
i set all permissions to ftp user.
<User "me">
Password "pass"
Mount / C:\apache2triad\htdocs
Allow / All
</User>
thanks! |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 1538
|
| Posted: Tue Jun 20, 2006 9:46 am Post subject: |
|
|
| run the slimftpd service as the user that you are loged in with |
|
| Back to top |
|
looka
Joined: 20 Jun 2006
Posts: 7
|
| Posted: Thu Jun 22, 2006 7:48 am Post subject: |
|
|
i am running my server on winXP.
so, sometimes i am logged in, sometimes there is noone logged in (that blue welcome screen is shown). so how can i set that slimftp should be run as current user? |
|
| Back to top |
|
| |