I have a subdirectory in root called "public". I can successfully put a file to root but not to the subdirectory. When "/" is current directory, I cannot further specify "public" because I get an error - Specified directory does not exist or cannot be accessed. If, on my PUT, I specify /public/ in front of my file name I get an error - 426 - Unable to open or create file /public to receive data. Is this an authority issue or do I have a FTP command syntax problem? I know that I have successfully put the file to root because when I use the DIR command when "/" is current directory I can see that the file is there. I have several files in my "public" directory already because when I key my URL from a Web browser - http://myas400host.com/public/ I can see an index of things in Public listed. Thanks

Reply With Quote