I am using WS_FTP to do uploads, etc
The server is apache and it's not with me (web hosting)
I'm trying to make a new directory, to write and read files into/from it.
The directory works, the file is there but when I view with the ftp I can't see the files. The only way I know the file is there is by opening the file through the web (direct url typing works as well)
When I change directory to the new directory say "new/" it would say 150 Here comes the Directory Listing
Received 0 bytes in 0.1 secs, (0.00bps), transfer suceeded
226 Transfer done (But failed to open directory)
Then I tried to change the directory's chmod .. to anything else 700 or 755 or 777 even.
but it says 550 chmod CHMOD failed. It may not be supported on remote site.
I know I have permission to change chmods because I have done it before. with other directories.
But this one doesn't work.
The parent of "new" is on 755 now.
---getting confused ------
Regards,
Namida
The server is apache and it's not with me (web hosting)
I'm trying to make a new directory, to write and read files into/from it.
The directory works, the file is there but when I view with the ftp I can't see the files. The only way I know the file is there is by opening the file through the web (direct url typing works as well)
When I change directory to the new directory say "new/" it would say 150 Here comes the Directory Listing
Received 0 bytes in 0.1 secs, (0.00bps), transfer suceeded
226 Transfer done (But failed to open directory)
Then I tried to change the directory's chmod .. to anything else 700 or 755 or 777 even.
but it says 550 chmod CHMOD failed. It may not be supported on remote site.
I know I have permission to change chmods because I have done it before. with other directories.
But this one doesn't work.
The parent of "new" is on 755 now.
---getting confused ------
Regards,
Namida