<HTML>
<HEAD>
<TITLE>Ftp woes</TITLE>
</HEAD>
<BODY>
<FONT FACE="Geneva">Hi, I’m having difficulties compressing and uploading a stack to my FTP server. Here’s the code:<BR>
<BR>
<BR>
on mouseUp<BR>
  save stack "TestStack"<BR>
  put "PowerBookHD/Revolution Projects/TestStack.rev" into \<BR>
tLocalFile --TestStack is a Revolution Stack containing 3 other substacks<BR>
  put compress(tLocalFile) into URL "ftp://myusername@domain.com:mypassword@ftp.business.earthlink.net/www/TestStack"<BR>
  close stack "TestStack"<BR>
end mouseUp<BR>
<BR>
What am I missing? I’ve also tried URLEncode for user and pass, but to no avail. Is it possible to upload stacks to ftp servers through Revolution?<BR>
<BR>
TIA,<BR>
-- <BR>
Tim<BR>
</FONT>
</BODY>
</HTML>