Possible Duplicate:
How to SFTP upload files from PHP
I have two files:
- upload.php
- data.csv (around 1MB)
Upload.php should connect using SFTP and CURL and then send the data.csv file to their server. I have been given a URL, username and password so I can log-in using SFTP.
Can anyone tell me the code I should use? Unfortunately I have no real experience with CURL.
Thanks,
Ryan