UNPKG

antfarm

Version:

File automation framework for ants.

8 lines (7 loc) 255 B
import { FileJob } from "./fileJob"; import { File } from "./file"; import { Environment } from "./../environment/environment"; export declare class FtpFileJob extends FileJob { protected _file: File; constructor(e: Environment, basename: any); }