I have a website that I need to FTP files onto. The files that need to be uploaded are already store on the cloud with mediafire. Is there a way I can use Filezilla to upload from that download link? I'm basically asking, "What is the wget version for ftp"?
feedback
|
migrated from stackoverflow.com Jul 22 '11 at 15:21
This question came from our site for professional and enthusiast programmers.
Yes, as it can be used as an FTP client. You need the FTP account's password, of course.
I'm not sure what the relationship is between those questions, and I don't have any experience with MediaFire. | |||
|
feedback
|
|
It sounds like you're asking if you can do a 2 stage process:
Yes, you can do that with a Curl script. If you're a more advanced user, and both remote systems are on windows, then you can use WinSCP + Filezilla Server to accomplish a automatic site mirroring scenerio. If it is less than 2GB of files, you could also do it with Dropbox. | ||||
|
feedback
|