Jump to content

ftp


Recommended Posts

how come this doesnt work?

#include <FTP.au3>
$server = 'butji.freehostia.com'
$username = 'butji'
$pass = '******'

$Open = _FTPOpen('MyFTP Control')
$Conn = _FTPConnect($Open, $server, $username, $pass)
$Ftpp = _FtpPutFile($Conn, 'C:\lol.txt', '/butji.freehostia.com/uploads/lol.txt')
$Ftpc = _FTPClose($Open)
Link to comment
Share on other sites

Link to comment
Share on other sites

  • Developers

Could we maybe add that to the first page of the thread, if it isn't there by now??

I would prefer if the FTP stuff would be updated into some set of easy to use UDF's that can be included into the standard UDF's.

:rolleyes:

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

I would prefer if the FTP stuff would be updated into some set of easy to use UDF's that can be included into the standard UDF's.

:rolleyes:

So make it easier to use and such?? And less "buggy"??
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...