3. FTP to your Web Site and create a directory named Chess.
4. Upload all .php files to the Chess directory using ASCII transfer.
5. Create a subdirectory named Images under your Chess directory.
6. Upload all image files to the Images subdirectory using BINARY transfer.
How come this script asks for the two different upload formats? Does auto-detect in the ftp automatically switch formats or do I have to do that manually?
ftp question
Moderators: Moderator, Global Moderator
ftp question

[color=\"#41211C\"]It takes years to build up trust and only seconds to destroy it
[/color]
ftp question
As long as the files aren\'t encoded then you can use auto transfer.
-
NightStorm
- Administrator

- Posts: 779
- Joined: Mon May 17, 2004 4:05 pm
ftp question
The server is set to, by default, request all files in ascii by default, but will on its own recognise any standard image files as requiring binary.
Essentially, you should never have to worry about the \"automatic detection\", unless you are uploading something with a real screwed up extension (psd files will need to be manually set, just for the record).
Essentially, you should never have to worry about the \"automatic detection\", unless you are uploading something with a real screwed up extension (psd files will need to be manually set, just for the record).
ftp question
My ftp client has an auto detect setting; I watched it while I was uploading the new skin for the cms and it did change back & forth all by itself. I\'d never noticed it before, and that chess script is the only one I\'ve seen that actually specifies what format to upload the files in, other than cgi scripts-so I was just curious as to why
/biggrin.gif\' class=\'bbc_emoticon\' alt=\':D\' />

[color=\"#41211C\"]It takes years to build up trust and only seconds to destroy it
[/color]
