I want to FTP a file to a server and am trying to use the following command:
libURLftpUploadFile "/work.db","ftp://ftp.website.com","Complete"
How do I include the user name/password to login to the website?
Thanks for any help!
Warren
FTP File To FTP Server
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 977
- Joined: Sat Apr 08, 2006 7:47 am
- Contact:
You put the username and password into the server URL:
You should probably UrlEncode[) the name and password.
HTH,
Jan Schenkel.
Code: Select all
libURLftpUploadFile "/work.db","ftp://username:password@ftp.website.com","Complete"
HTH,
Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com
www.quartam.com