29.11.2012 Views

JADE Documentation (PDF) - SOS-Berlin

JADE Documentation (PDF) - SOS-Berlin

JADE Documentation (PDF) - SOS-Berlin

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>SOS</strong>FTP <strong>Documentation</strong> 20<br />

For Unix the files separated by a semicolon ‘;’ have to be quoted with quotation marks ‘”’. The directly listed<br />

files gets a higher priority than the file_spec parameter.<br />

Command 2:<br />

sosftp.cmd -settings=ftp_settings.ini -profile=ftp_send -operation=send<br />

-local_dir=outbound\ a2.xml;b2.xml;c2.xml<br />

Command 3:<br />

sosftp.cmd -settings=ftp_settings.ini -profile=ftp_send -operation=send<br />

-local_dir=outbound\ a2.xml b2.xml c2.xml<br />

Command 4:<br />

sosftp.cmd -settings=ftp_settings.ini -profile=ftp_send -operation=send<br />

-local_dir= file_path=outbound\a2.xml;outbound\b2.xml;outbound\c2.xml<br />

Receiving Files by FTP<br />

The used profile of the configuration file ftp_settings.ini:<br />

…<br />

[ftp_receive]<br />

protocol = ftp<br />

host = 8of9<br />

user = sos<br />

password = sos<br />

file_spec = .*<br />

local_dir = inbound/<br />

remote_dir = /outbound/<br />

…<br />

Command 5:<br />

sosftp.cmd -settings=ftp_settings.ini -profile=ftp_receive -operation=receive<br />

All files from the remote directory /outbound/ are downloaded to the local directory inbound/.<br />

The next three Commands have the same result. The files a2.xml, b2.xml and c2.xml of the remote directory<br />

/outbound/ are downloaded to the local directory inbound/.<br />

At Unix the files separated by a semicolon ‘;’ have to be quoted with quotation marks ‘”’. The directly listed files<br />

gets a higher priority than the file_spec parameter.<br />

Command 6:<br />

sosftp.cmd -settings=ftp_settings.ini -profile=ftp_receive -operation=receive -<br />

remote_dir=/outbound/ a2.xml;b2.xml;c2.xml<br />

Software- und Organisations-Service GmbH

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!