Quote Originally Posted by acolyte_to_jippity View Post
well, the other machine's one works fine (dunx1).

i can log onto tux using the ssh client, but the ftp won't connect when i open a session (i use Secure Shell ssh)

edit: netstant -ant gave me alot of stuff, but:

tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN



i'm pretty sure it's port 22 for me
...... ok, you're using SFTP. VERY important difference. One runs over ssh (port22), and FTP runs on port21. You could try running sftp -v <user@host>, which will give you verbose output, and let you know why it's not working.