File Transfer

Post » Sun Nov 18, 2012 10:38 pm

Should .ESP .ESM .BSA .PSC .PEX files be transfered using ASCII or Binary ?

Just happen to think about it because I store them on a server.
User avatar
Josh Lozier
 
Posts: 3490
Joined: Tue Nov 27, 2007 5:20 pm

Post » Sun Nov 18, 2012 9:57 am

I'm assuming this is an FTP server that you're storing the files on.

ASCII -- used to transfer plaintext files (anything you can open up and notepad and it'll be legible). This is done to maintain platform independence, so the files can be read on both Windows and *nix OSes without issues (this is because the two OSes use different codes for linebreaks and whatnot).

Binary -- used to tranfer everything that isn't a plaintext file. Images, zipped files, textures, etc all use this method.

Though most FTP clients have an "auto" mode that'll automatically choose the right transfer method with a very high degree of accuracy.

So, if you can open them in notepad and make out the content, use ASCII. If you can't, then use Binary. If not sure, use Auto.
User avatar
Ymani Hood
 
Posts: 3514
Joined: Fri Oct 26, 2007 3:22 am

Post » Sun Nov 18, 2012 3:54 pm

Yes, Thank you... Just wanted to make sure because I had an odd file extension once that if you transferred it ASCII the web page was messed up... Better safe then sorry....
User avatar
Jonathan Windmon
 
Posts: 3410
Joined: Wed Oct 10, 2007 12:23 pm


Return to V - Skyrim