<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/unitilsftp/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/unitilsftp/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 26 Sep 2013 14:52:42 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/unitilsftp/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/unitilsftp/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="unitils-mail-module"&gt;Unitils Mail Module&lt;/h1&gt;
&lt;p&gt;This unitils module makes it easy to use a fake SMPT server during your tests.&lt;br /&gt;
In fact it is more than just a fake, its a spy, meaning that you can inspect the SMTP server to see wich&lt;br /&gt;
mails were sent to it by your application.&lt;/p&gt;
&lt;p&gt;This module makes use of MockFtpServer, a  fake FTP server   &lt;a href="http://mockftpserver.sourceforge.net/"&gt;http://mockftpserver.sourceforge.net/&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="ftp-module-load-artifact-maven"&gt;FTP Module load artifact (maven)&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;    &lt;span class="nt"&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.unitils.ftp&lt;span class="nt"&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;unitils-mail&lt;span class="nt"&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.0.0&lt;span class="nt"&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="ftp-module-project-config"&gt;FTP Module project config&lt;/h3&gt;
&lt;p&gt;Please create unitils-local.properties, and add mail to unitils.modules. Code as following:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unitils&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;modules&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;inject&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="n"&gt;ftp&lt;/span&gt;

&lt;span class="n"&gt;unitils&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;module&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;mail&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;className&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;org&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;unitils&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;mail&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;FtpModule&lt;/span&gt;
&lt;span class="n"&gt;unitils&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;module&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;mail&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;runAfter&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;
&lt;span class="n"&gt;unitils&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;module&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;mail&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;enabled&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nb"&gt;true&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;//TODO COMMING SOON&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas De Rycke</dc:creator><pubDate>Thu, 26 Sep 2013 14:52:42 -0000</pubDate><guid>https://sourceforge.netc915af597de279f7ced48de393b82f99802a8643</guid></item><item><title>Home modified by Thomas De Rycke</title><link>https://sourceforge.net/p/unitilsftp/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/unitilsftp/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/thomasderycke/"&gt;Thomas De Rycke&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-5244460cb9363c777f368283" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas De Rycke</dc:creator><pubDate>Thu, 26 Sep 2013 14:34:52 -0000</pubDate><guid>https://sourceforge.netf881a43f944e63d05c39c1e55974dd8c66f10118</guid></item></channel></rss>