All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.unitils.ftp.annotations.TestFtpServer Maven / Gradle / Ivy

Go to download

A fake FTP server where you can easily test if a file is correctly retrieved from the server.

The newest version!
package org.unitils.ftp.annotations;

import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * 
 * @author Jeroen Horemans
 * @author Thomas De Rycke
 * @author Willemijn Wouters
 * 
 * @since 1.0.0
 *
 */
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@SuppressWarnings("all")
public @interface TestFtpServer {

    String baseFolder() default "";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy