Downloading FTP file

Status
Not open for further replies.

bot90210

New Member
Messages
2
Reaction score
0
Points
0
Hey,

I'm making a website for a program that I'm developing. The website is done, but I also need to have the user upload and download .txt files so that it can easily communicate between two computers and send the appropriate commands to the appropriate machine.

Now, to my problem. Once I upload a file somewhere, for example myurl.x10hosting.com/Accounts/Test.txt where do I download it from. I've tried entering the address, myurl.x10hosting.com/Accounts/Test.txt into my browser but it says that the file cannot be found. Where would the file be uploaded to?

Thanks, I hope you can help. I did use the search button but couldn't find what I was after.
 

bugfinder

Retired
Messages
2,260
Reaction score
0
Points
0
If you used ftp to upload it, and its not under the public_html folder, you would need to ftp it to get it back.

Or, have a cron job that verifies the file and moves it to your web space.
 
Status
Not open for further replies.
Top