Jump to content

Read from FTP server


Mouse
 Share

Recommended Posts

Hey guys, I know there is a file in my FTP server that is called "test.txt" but I am having trouble reading it and then displaying it in a msgbox, It returns 0 . 
 

Please help me  :shifty:

;server information
            $server = 'CENSORED.bugs3.com'
$username = 'CENSORED'
$pass = 'CENSORED'





;UPLOAD WHAT YOU SAID!
$Open = _FTPOpen('MyFTP Control')
   $Conn = _FTPConnect($Open, $server, $username, $pass)
   $Ftpp =  _FTPReadFile($Conn,"test.txt")
$Ftpc = _FTPClose($Open)

msgbox(1,"lol",$Ftpp)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...