PHP Server Side Transfer Script

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Yonih

    PHP Server Side Transfer Script

    Hey All,
    I'm pretty sure this can be done with PHP if not please advise what
    script can handle the request.
    I need a program to transfer a file from a Non secure folder located
    on a server to a FTP folder that is Secure. The file comes every
    morning with a different name so it needs to grab the latest version
    (so newest file in the folder) I know PHP can take the file and place
    it elsewhere within the same site but can it transfer it to a secure
    FTP. Please let me know if anyone knows how to do this or where I
    should look.

    Thanks
    Yoni
  • Chat

    #2
    Re: PHP Server Side Transfer Script

    Yonih <Yoni.Hirsch@gm ail.comwrites:
    Hey All,
    I'm pretty sure this can be done with PHP if not please advise what
    script can handle the request.
    I need a program to transfer a file from a Non secure folder located
    on a server to a FTP folder that is Secure. The file comes every
    morning with a different name so it needs to grab the latest version
    (so newest file in the folder) I know PHP can take the file and place
    it elsewhere within the same site but can it transfer it to a secure
    FTP. Please let me know if anyone knows how to do this or where I
    should look.
    >
    Thanks
    Yoni
    Look at readdir(), Filesystem functions in the online PHP manual.

    Comment

    Working...