Jump to content

Variable question


dcjohnston
 Share

Recommended Posts

simply put...........

I take a users input in this code.

$zipname = InputBox("Path and name", "Enter the path and name of the upgrade zip file.", ""); FTP path to download upgrade zip file.

Then pass it to this command to get the upgrade zip file.

InetGet(" & $zipname & ", "c:\platform.zip", 0) ; get the upgrade file. save to C drive and rename.

The problem is that when I use the variable, the download from the FTP site fails.

If I hardcode the Ftp URL into this line then the download works fine.

The "$zipname" variable gets the correct value. I am thinking its my code.

Thanks for the assistance. By the way I am using the Beta 3 version.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...