I am using a script in my Wamp Localhost Server, but it requires to transfer there files in binary mode. how can i transfer files to my own computer in Binary mode?
I beleive that if you download the file it should be allready in binary. If it is on a server, ftp, switch to binary with "bin -h" and use the get command
If you are using any FTP client software then it will allow you to select the transfer mode (binary or ASCII). Kailash
You File transfer program will allow to select mode as Binary or ASCII. You can find it on some settings option
I am just copying and pasting from my personal folders to WWW directory in my pc server.... how could i select Binary mode while copying lol?