You could use the FTP server that is part of IIS.
However, personally, I would not bother.
When a file is uploaded as a binary no changes are made to that file as part
of the upload process.
When a file is uploaded as text (or ASCII), the line endings within the file
are changed to suit the destination Operating System.
[Note to experts: In the following I may have CR and LF mixed up - I am not
an expert...]
Moving text files from Windows to Unix, CRLF is changed to LF, the CRs being
discarded. If the file were uploaded as a binary, the CRs would be retained,
and the text file apparently corrupted since Unix programs do not expect a
CR in a text file.
Moving text files from Unix to Windows, LF is changed to CRLF. Again, if
the file is moved as a binary the CRs would not be inserted, and Windows
does expect to see CRs in a text file (Notepad will display a lone LF as a
square box, not as a line-ending character)
When moving Windows to Windows, CRLF is changed to CRLF - no changes.
HTH
--
Ron
Reply only to group - all emails will be deleted unread.
Orlando Gondar said:
Thanks Ron, good to know, since there is a FTP server too with Windows XP
I guess I could use both right ?
Use Frontpage with the main one and my FTP program with the FTP Server
FP does upload some file types as text:
.txt
.htm(l)
.shtm(l)
.asp
.css
.js
.php*
.xml
.stm
.log
.inc
.java
.cfg
and several others.
However,
.pl
.pm
.cgi
are treated as binaries.
[Actually, .cgi files could be binary or text - only the author will know,
FTP clients and FP cannot tell the content from the file name or
extension.]
--
Ron
Reply only to group - all emails will be deleted unread.
Does Frontpage 2000 upload a CGI or Perl script in Text Format
or does it always use Binary format.
In another words, does it detect what format to use when sending
or uploading files to the Host ?
Thanks.
This host uses Frontpage Extensions but I dont know how
it handles files that MUST BE uploaded in txt format.