No, sorry it does not. As a workaround you can schedule a command line FTP script to run. You can use "FTP -n -s:myscript.ftp ftp.mysite.com" command for this purpose In the myscript.ftp put USER myname PWD mypassword CD ... APPEND ... BUY : Does 24x7 support the FTP APPEND command? : http://www.w3.org/Protocols/rfc959/4_FileTransfer.html : APPEND (with create) (APPE) : This command causes the server-DTP to accept the data : transferred via the data connection and to store the data in : a file at the server site. If the file specified in the : pathname exists at the server site, then the data shall be : appended to that file; otherwise the file specified in the : pathname shall be created at the server site. : I'd like to see an JAL Function called FTPAppendFile.
|