# winscp-client **Repository Path**: ydd/winscp-client ## Basic Information - **Project Name**: winscp-client - **Description**: WinSCP client with Java - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2019-07-31 - **Last Updated**: 2024-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # winscp-client WinSCP client with Java ## Download WinSCP First Please download WinSCP [**Portable executables**] from: https://winscp.net/eng/downloads.php Then extract the downloaded file to src/main/resources/winscp ## Use This Client Use `com.my.project.winscp.WinSCPClient` class in your source code which include all supported operations for FTP/SFTP ## WinSCP Model Generate Use xjc command generate models: ```bash xjc -d src/main/java -p com.my.project.winscp.model -encoding UTF-8 -verbose https://winscp.net/schema/session/1.0 ``` ## WinSCP Documentation References - [Command-line Options](https://winscp.net/eng/docs/commandline "Command-line Options") - [Scripting and Task Automation](https://winscp.net/eng/docs/scripting "Scripting and Task Automation")