Help. FTP server/remote server

Hey guys. I'm trying to upload a 1MB+ file to my game server on bluefangsolutions.com. Unforunately they have a cap and I need to upload this file using a remote server or FTP server. Samething I guess. I was trying to install filezilla on my computer but it's getting a bit....well to the point where I don't want to try much more to install it because I have no time. Was wondering if there was a service that I could upload this file to where it would create an FTP link for me temperarily? Any suggestions?

If the system is using linux, you can upload the file to say mediafire or similar.

Then from the command line, change directory to the folder you wish the file to be in. Then do "wget (URL link)"

so for example "sudo wget http://www.filesite.com/file.jpg" you will need sudo if not logged in as root.