<< back to sysax.com Product page

2.1. Supporting options in Sysaxftp.exe

SSL:

SSL stands for Security Socket Layer. Websites use SSL to establish secure,authentication sessions between the client and server. In sysaxftp.exe the SSL connection is used by the following order.

Exhibit 2.1. Connect SSL

 
  
  >sysaxftp.exe -ssl 
 

Now the SSL connection was connected for both server and client.

SSH:

SSH File Transfer Protocol provides secure file trasfer functionality over any reliable data stream. It is the standard file transfer protocol for use with the SSH2 protocol. While connecting the SSH connection in sysaxftp.exe the following order can be used.

Exhibit 2.2. Connect SSH

 
  
  >sysaxftp.exe -ssh 
 

Script:

Scripts may be executed from the command line,scheduled as one-time/recurring tasks, or called from other scripts. An FTP script can be run from command line by using the following format.

Exhibit 2.3. Run a script

   
  
   C:\Program Files\SysaxAutomation\scripts>sysaxftp.exe -script [script_filename]
 

Log:

The 'Log' option is used to generate the log files for running scripts.

Exhibit 2.4. Use Log option

   
   
   C:\Program Files\SysaxAutomation\scripts>sysaxftp.exe -script [script_name] -log ["script_name"].log.
  

Tslogfile:

The 'tslogfile' option is used to generate a time stamped output logfile.

Exhibit 2.5. Use Tslogfile option

 
   
   C:\Program Files\SysaxAutomation\scripts>sysaxftp.exe -script [script_name] -tslogfile ["script_name"].log.
  

Logfile:

The 'logfile' option is used to generate an output logfile.

Exhibit 2.6. Use Logfile option

     
   
   C:\Program Files\SysaxAutomation\scripts>sysaxftp.exe -script [script_name] -logfile ["script_name"].log.
  

Nopasv:

Files may be transferred using server initiated(port) or client initiated(pasv) data connections. The 'nopasv' option enables port data connections. Also it do not apply to SSH based SFTP file transfers.

Exhibit 2.7. Use Nopasv option

 
   
   C:\Program Files\SysaxAutomation\scripts>sysaxftp.exe -script [script_name] -nopasv.
  

Nocolor:

The 'nocolor' option is used to any other colors didn't display in the command prompt window.

Exhibit 2.8. Use Nocolor option

 
   
   C:\Program Files\SysaxAutomation\scripts>sysaxftp.exe -nocolor.
  

Append:

Append to log file generated during previous run.

Exhibit 2.9. Use Append option


  
  C:\Program Files\SysaxAutomation\scripts>sysaxftp.exe -script [script_name] -append.
 

Rollover:

Roll over the log file after the maximum file size specified in bytes.

Exhibit 2.10. Use Rollover option

 
   C:\Program Files\SysaxAutomation\scripts>sysaxftp.exe -script [script_name] -rollover.
  

Set:

This option is to give by the following order.

Exhibit 2.11. Use Set option

 
   
   C:\Program Files\SysaxAutomation\scripts>sysaxftp.exe -set.
  

Loadlic:

This option is to give by the following order.

Exhibit 2.12. Use Loadlic option

 
   
   C:\Program Files\SysaxAutomation\scripts>sysaxftp.exe -loadlic.
  

Nonlst:

The 'nonlst' option is giving to under the following order.

Exhibit 2.13. Use Nonlst option

 
   
   C:\Program Files\SysaxAutomation\scripts>sysaxftp.exe -nonlst.