Monday, December 15, 2008

File Transer Protocol (FTP)

Hmmm what can I say, we'll Ive never used filezilla before, but it turned out to be a simple learning curve especially after I read the help file, I downloaded the file README and low and behold there it was the answer to my query The file I found was

* ATTENTION MAC, OS/2, MS-DOS and MS-WINDOWS users:
This server runs on a unix platform, so CAPITALIZATION MATTERS!A file named "file.txt" IS NOT THE SAME as "FILE.TXT"
-------------------------------------------------------------------* Converting and compressing files:
Sailor's ftp server can compress files on the fly, using the following forms of compression and file extensions:
compression method extension------------------ ---------GNU zip (gzip) .gz unix compress .Zinfo-zip .zip
The info-zip format is compatible with PKZIP, popular on manyMS-DOS, MS-Windows and Windows '95 systems.
All compression techniques require you to set your transfer mode to BINARY.
Getting a file with a particular compression type is as simple as asking for it. For example, if you want to get the file "wifrb10.txt" in gzip format, use the following commands:
(The server's response is left out here)
ftp> binary ftp> get wifrb10.txt.gz
For compatibility with file systems that allow only "8.3" file names, (or systems that allow only one dot in a filename), our server is configured to allow you to replace the".txt" extension with the extension of the compressed file. For example, to get the file above, with an 8.3 file name, you could have issued the commands:
ftp> binary ftp> get wifrb10.gz
For files with an extension other than ".txt", this method will not work - however, your ftp client will probably allow you to specify the local filename on the command line - so,to get the file "INDEXALL.GUT" in zip format with a ".zip"extension, you would use these commands:
ftp> binary ftp> get INDEXALL.GUT.zip indexall.zip
Since many web browsers don't allow you to get ftp files that don't appear in the listings, we have included the .zip filesin the Gutenberg archives.
--------------------------------------------------------------

It would appear that the word I was searching for is CAPITALIZATION (highlighted in red text above)

This task though simple had one time consuming component. I found that I had to search manually through all the files to locate the one needed. I think that if a file search was installed in filezilla it would have made the process more efficient. I can only imagine what a nightmare it would be to have to search an entire database for a specific file, Maybe I'm wrong but it would seem that an exacting address to a specific file would probably have helped also, but then maybe the task would have been to simple.

No comments: