Remote-Control.Net  
  Documentation: kitchi  
 

  » Remote-Control.Net
  » Remote-Control.Net Documentation Index
  » kitchi Documentation
  » kitchi Outputs
  » kitchi Output Methods
  » ftp


General notes on how FTP works is at: FTP Notes

parameter name description possible values comments
server domain-name    
port FTP TCPIP port 23, ...  
user username    
password password    
localfile     this will give your temporary file a name to reduce the number of temporary files
remotedirectory path on FTP server    
remotefilename filename to be used on destination server    
timeout time-out in seconds 50, ...  
passive turn on passive transfer method true, false  


Security notes:
FTP is inherently insecure, but there are a few precautions that you can take. Create a separate username and password for kitchi on your webserver and don't give it access to the root directory -- make a directory such as "cellphone" or "marquee", etc, and assign that new username access [only] to the new subdirectory. That way if someone or something catches on to your password (FTP sends it in cleartext I believe), they only have access to that one directory and not your entire site. You could then regain control and try changing the password or finding an alternate file transfer method if they are persistant.

Be aware that kitchi also saves this credential information in cleartext on your PC or server, so you may have to add roles and permissions to the directory that the configuration files are saved.
 






 
 
  Copyright 2019 - Remote-Control.Net - All Rights Reserved