I haven't done any FTP stuff myself, but I expect that the command being split over 2 lines is the problem. If not, perhaps it would work if you sent the IP address enclosed in quotes e.g.

put quote & myServerIP & quote into myServerIP
-- then use your command.

Don't forget that if you want to split a single line of script over 2 lines, you can use a backslash
answer "Here is a long " & \
"piece of text."

Cheers,
Sarah


On Thursday, January 16, 2003, at 01:51 am, [EMAIL PROTECTED] wrote:
<snip>
put "ftp://"&myServerUser&":"&myServerPass&"@";
&myServerIP&myServerIP&myServerPath&theFileName into tUrl
<snip>


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to