2
I've been trying to configure FTP in Emacs22 on Windows XP, and I read here that the Windows ftp program wasn't up to scratch, and to replace it with this GNU one. That worked fine on my home computer, but on my work computer, if I put the new ftp.exe in System32, overwriting the old one, Windows instantly and silently replaces my version with its original version. Is there a way to stop this behaviour?
4Might be easier to just rename your
ftp.exe
to something else – nik – 2009-07-28T08:54:12.7605Please, don't run around replacing random system files. You can put it elsewhere and name it differently. – Joey – 2009-07-28T09:39:24.290
Of cause: It is generally better to not modify the system files of your operating system, but I think there is no method how to do this without modifying any system files and he/she wanted to know a solution how to bypass this feature. – Manuel Faux – 2009-07-28T09:53:12.250
Manuel: One can always solve the problem by modifying the
PATH
environment variable for a single process. – Joey – 2009-07-28T12:46:41.7471A better solution would be to place the ftp client somewhere else then add it's location to the system path environment variable. If its entry is before the system32 Windows will find a run it first. – Kenneth Cochran – 2009-07-28T12:47:03.993
1@Kenneth - this is actually the solution I came to in the end, but I didn't like the idea of having my own path before Windows' for some reason. – Skilldrick – 2009-07-28T14:41:55.883