Neuron
12. FTP
A protocol very used for transfering files is FTP. The FTP connections need of additional steps of loging to begin the transfer in any of the two directions besides requiring certain knowledge of the commands and their syntax to carry out the transfer. Neuron facilitates all these tasks besides the setting of the files involved in the transfer is configured in a dynamic way.
Next it is shown as example what you can send in the body of
a mail so that Neuron processes it. This is only one of the ways that it can
carry out this task, since the name of the files can be variable and be
extracted from a field of a database.
command=PUT
server=\autoexec_put.bat
local=c:\autoexec.bat
[EOR]
command=R
server=origfile.log
local= origfilerenamed.log
[EOR]
command= ' NO PROCESS , NO COMMAND
local=c:\tel.log
[EOR]
command=Delete
server=event.txt
[EOR]
command=get
server=\tel\tel.exe
local=c:\temp\autoexecftp.bat
mode=A
[EOR]
You can also take data from a database or file for the operations to carry out with which files.