Uploading files from mac to a unix system

Soapy Bones

Senior member
Dec 4, 2003
397
0
76
Just got a call from a friend of mine and he's trying to upload files (like homework type stuff) from a MAC to unix system. He said that he's got a log in and password but the teaching assistant has given them absolutely nothing else for how to do it. Its logging into a university unix system and that's about all that I know at this point. Is there any glaring obvious thing we can try to do?

I suggested he find an FTP program but I dont know if what he has any sort of address to log in to it.

Suggestions
?
 

The Linuxator

Banned
Jun 13, 2005
3,121
1
0
If he has a login and password and a domain that his college provided him with he can use an extension in firefox called fireFTP that should allow him to login to his unix account to transfer and upload files it asks him for a password, name and login domain, and just like that his files are available. Or he can use the OS X terminal and do an FTP transfer from there.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
What version of Mac (a MAC is something TOTALLY DIFFERENT than a system from Apple) OS?

He's going to need to get either a domain name or URL or something to upload it. Without that info, the username/pass is pretty useless.
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
probably the simpliest manner is to use sftp... which is using SSH to emulate a ftp connection. He'll need to know the ip address, his username and password minimally.

Straight Ftp is kinda difficult to get working around certain types of common firewalls, also it's very insecure.
 

The Linuxator

Banned
Jun 13, 2005
3,121
1
0
Originally posted by: drag
probably the simpliest manner is to use sftp... which is using SSH to emulate a ftp connection. He'll need to know the ip address, his username and password minimally.

Straight Ftp is kinda difficult to get working around certain types of common firewalls, also it's very insecure.


I never had a problem with using an FTP transfer neither at my current university nor at the six one's before it. ;) Universities do take into account that students need to upload and download files to and from their account remotley.