1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Solved Plugin using ftp

Discussion in 'Development' started by tungstenvm, Feb 7, 2019.

  1. tungstenvm

    tungstenvm Witch

    Messages:
    54
    i need some help, how can i use ftp in my plugin, use ..what. thanks in advance
     
  2. tungstenvm

    tungstenvm Witch

    Messages:
    54
    like.. when i want to use ziparchive, i type: use ZipArchive;
    how about ftp, use ftp; didnt work
     
  3. Muqsit

    Muqsit Chicken

    Messages:
    1,548
    GitHub:
    muqsit
    PHP doesn't ship with an ftp class or namespace, but you can compile PHP with the --enable-ftp flag to use the ftp extension functions.
     
  4. tungstenvm

    tungstenvm Witch

    Messages:
    54
    thanks
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.