Creating a directory after login

Top  Previous  Next

You may create a directory after successful login by passing the createRemoteDir applet parameter to the applet with a value equal to the full path of the directory to create. If you are also using the remoteDir applet parameter the order of execution is that the directory is created first and then the directory is set using the remoteDir parameter.

 

Example

 

<param name="createRemoteDir" value="/home/user/jsmith/temp">

 

The above example demonstrates this setting using HTML applet parameters.

 

Example

 

createRemoteDir = /home/user/jsmith/temp

 

The above example demonstrates this setting loading applet parameters from the params.txt file.

 

See also

 

Setting remote directory after login

Specifying applet parameters