i tried searching through the posts and php.net for a resolution to my quandry.
i keep getting the following error:
Warning: "error opening C:\helloWorld.txt in /path_to_script/ftpConnect.php"
here's my ftp_put() call:
ftp_put($myFtpConnection, $remote_location, $source, FTP_ASCII)
now my connection and login is working fine, when i check to see if my source file exists it keeps telling me it isn't. the properties aren't the problem.
any help would be great thanks.