To ftp from your Mac to a PC, you can use the Terminal. Open a Terminal window, at the prompt, type "ftp [return]", then "open [IP address]". After that, the connection should open, and you can use the usual ftp commands such as cd, ls, get, put. Try "man ftp"! There's also a telnet application and an ssh application you can use in the Terminal. Have fun!