Software permissions causing headache

clintonbrits

New member
Local time
9:17 PM
Messages
9
I installed filezilla ftp server to test a ftp software application i have built for use on an external server. When my application tries to copy a file to my server, the server reports a 550 error which means it cannot write to the folder eventhough it has full permission in the application settings. I had a similar problem with apache with this matter but i fixed it by running the server as the administrator. I tried this with filezilla but with no luck. I don't see the shield on the programs icon but instead i see a lock in the left corner. If i change the location to my documents, the copy works but i need the server to work on the htdocs folder like my apache does without having to change all my settings. Can anyone provide a suggestion into allowing my server to write to a program files folder?
 

My Computer

Computer Manufacturer/Model Number
HP
OS
windows 7
CPU
2.4 ghz
Memory
1GB
You could try this:
http://www.sevenforums.com/tutorials/507-built-administrator-account-enable-disable.html

If it doesn't work from there I don't know how you'd do it.

edit: the other possibility may be to set up 'zilla ftp server in a different folder. Instead of installing to Program Files make a folder directly under C: like MyServer or something. I'm not into server programming but if you use relative paths you may be able to transplant the thing as is after testing.
 

My Computer

Computer Manufacturer/Model Number
HP Media Center
OS
Windows 7 32 bit
CPU
AMD 5200+ dual core
Memory
2 GB
Graphics Card(s)
NVidia GeForce 6150SE 128 MB
Monitor(s) Displays
CRT
Screen Resolution
1280x1024
Hard Drives
500 GB Sata internal :

SIIG USB 3.0 docking stations w/WD Caviar Black 6 Gb/s drives
Keyboard
PS/2
Mouse
PS/2 Wheel Mouse
Other Info
SIIG USB 3.0 PCIexpress card.
Problem solved

I tried changing the run as administrator that worked for apache but i though that perhaps the permission is not used until the software restarts. I tried restarting the pc but still no luck. I then uninstalled the software out of frustration and then re-installed it and it turns out that even if i uninstall the application, the settings are saved and when you install the application again, it uses the run as administrator and this fixes the problem. I think i'm getting to grips with the whole concept but it aint no xp.
 

My Computer

Computer Manufacturer/Model Number
HP
OS
windows 7
CPU
2.4 ghz
Memory
1GB
Back
Top