Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, after pressing the "Generate Example" button you might see this:

OPEN 608.89.58.81
===> Replace this line with your FTP user profile <===
===> Replace this line with your FTP password <===
LCD "C:\PROGRAM FILES\LANSA\X_WIN95\X_LANSA\x_dem\execute"
PROMPT 
........... etc ................


If your FTP user profile was QPGMR (say) and your password was MOUSE (say) then you should change the generated example to be like this:

OPEN 608.89.58.81
QPGMR
MOUSE
LCD "C:\PROGRAM FILES\LANSA\X_WIN95\X_LANSA\x_dem\execute"
PROMPT 
........... etc ................

For a Windows web server and for an Apache web server running on IBM i, you may need to change directory names.

For example, if the virtual name for your Images folder was Images after pressing the "Generate Example" button you might see this:

CD "//Images"
MPUT <<PUT_SHARED_FILES>>
CD "//Images/My_Private_Folder"
MPUT <<PUT_PRIVATE_FILES>>
........... etc ................


If

...

the

...

real

...

name

...

for

...

your

...

Images

...

folder

...

was

...

LANSAIMG

...

you

...

should

...

change

...

the

...

generated

...

example

...

to

...

be

...

like

...

this:

CD "\lansaimg"
MPUT <<PUT_SHARED_FILES>>
CD "\lansaimg\My_Private_Folder"
MPUT <<PUT_PRIVATE_FILES>>
........... etc ................


Note that the upload script is static.

If you change any of your folder or mapped drive details you will probably need to regenerate the upload script again.