I haven't done any extensive research on this. I want to connect to an external ftp site and pull a txt file from this site (obviously I will have privledges to do so). From here I want to be able to copy the the file and place it on to my server. I will have a script automate this and upload the info to my database.
My question, is this possible to do from my description above? I assume from my work with file systems this should not be a problem. My main concern is the ftp connection, I have never worked from a third party server.
Any comments or ideas on this would be helpful. Thanks.