Local SSH FTP mailbox action commands

The SSH FTP Server does not independently invoke send and receive actions, but rather acts on the actions of the connected client.  Default collect and release actions are provided to allow the server to make sent and received files available for processing.

Collect Action

#Initialize inbound file
LDELETE recvfile.edit

#Merge all files received into recvfile.edit
LCOPY -DEL -APE %inbox%/* recvfile.edi

Release Action

#Release all not yet available files
LCOPY -DEL %outbox%/../* %outbox%

See Composing an action and Local command reference for more information.