On 9 Feb 2011, at 16:03, JACK RARICK wrote:
> I've tried! I really have. But I just can't get it. Is there a trick or
> secret that any of you might have to use FTP behind a proxy server?
No good news. As far as I know, there is no built-in support for FTP over a
proxy server.
Cheers
Dave
__
I've tried! I really have. But I just can't get it. Is there a trick or secret
that any of you might have to use FTP behind a proxy server?
Put "ftp://"; & myUserName & ":" & myPassword & "@" & "mystorage:"&myPortNum &
"/"&filename into ftpString
put url ftpString into url ("file:"& FilePath)