A problem now with remote FTP with libURL to a name based web site on the server. When one sets up a new web site, a CHROOT process is run for the domain and an entire new virtual root is established. From server root the web site is
/home/virtual/himalayanacademy.com
But FTP is blocked to the server root file system for security reasons, and one can only FTP into one or another of the virtual servers-webSites. I can do this in an FTP client, but not with libURL in Revolution. There may be a problem with the fact that to FTP into a name based virtual web site the FTP user has to be
USER: [EMAIL PROTECTED] ## where the @ sign is part of the string... PASS: *******
e.g. An FTP client will build the string as follows:
ftp://[EMAIL PROTECTED]//var/www/html/
(two slashes required after the ip address) putting one into the virtual website's html content directory. i.e. it works...
but
on mouseup
put url "ftp://someUser%40domain.com:[EMAIL PROTECTED]//var/www/html/"
end mouseup
Does not work. Any clues?
I also tried
on mouseUp
put urlEncode("[EMAIL PROTECTED]") into tUser
put ("ftp://"&tUser & ":[EMAIL PROTECTED]//var/www/html/") into tUrl
put url tURL
end mouseup
also doesn't work
But from same machine, behind same firewall... it works in InterArchy...
Sannyasin Sivakatirswami Himalayan Academy Publications at Kauai's Hindu Monastery [EMAIL PROTECTED]
www.HimalayanAcademy.com, www.HinduismToday.com www.Gurudeva.org www.Hindu.org
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
