Karen
|
| Posted: 03/05/2003, 6:42 AM |
|
When I generate the files, instead of going to the directory that I've specified, it goes to a subdirectory under the home directory of the Linux user. For eg, I want to publish to /var/www/html/project but the files get to /home/user/var/www/html/project. Any idea why this is happening? Has it got anything to do with the ftp settings on the Linux server? If so, where should I be looking? Pls help.
|
|
|
 |
nagu
|
| Posted: 03/05/2003, 9:00 AM |
|
Check your connection setting - ftp settings that you specified. If you are connecting as a user(not as root), you will be copying files to your homedirectory and may not have permission to copy to /var. You may have to connect as root(or any authorized user with write permission)to copy directly to /var
|
|
|
 |
Karen
|
| Posted: 03/06/2003, 4:56 AM |
|
Yes, nagu. It was the ftp settings. It was changed after I upgraded the OS. Fixed now. Thanx.
|
|
|
 |
|