1.1. Commenting your script
Comments may be inserted into FTP scripts by preceding it with the "#" character. All text after "#" is ignored till the end of the current line.
Exhibit 1.1. Example for using the command for end
#this is a comment
endscript; #this is comment
|