Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


FTP? | 12 comments | Create New Account
Click here to return to the 'FTP?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
FTP?
Authored by: mickeycoke on Nov 03, '01 09:04:24PM

Does anyone know where FTP is supposed to be located under os X.1? Way back I had manually installed apache and mysql and since then i am not sure if my ftp works properly.



[ Reply to This | # ]
FTP?
Authored by: rushmoom on Nov 04, '01 09:54:46PM

ftp should already be in your path (/usr/bin/ftp). You can make sure that ftp is running/working by ftp'ing to localhost:

>ftp localhost



[ Reply to This | # ]
where is FTP?
Authored by: ~dp on Apr 15, '02 11:01:11PM

Stating the obvious, but I hope it may be of help to some:

*nix has an easy to remember command to find out where some executable is:

[eisvogel:~] eisvogel% whereis ftp
/usr/bin/ftp



[ Reply to This | # ]