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

org.rx.net.SftpFile Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package org.rx.net;

import lombok.Getter;
import lombok.RequiredArgsConstructor;

@Getter
@RequiredArgsConstructor
public class SftpFile {
    private final String path;
    private final String name;
    private final String longname;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy