Page 1 of 1

ftp question

Posted: Sun Jan 02, 2005 10:43 am
by Tami
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

Posted: Sun Jan 02, 2005 12:44 pm
by Scott
As long as the files aren\'t encoded then you can use auto transfer.

ftp question

Posted: Mon Jan 03, 2005 6:18 am
by NightStorm
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).

ftp question

Posted: Mon Jan 03, 2005 8:33 am
by Tami
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\' />