🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

org.moara.ftp:moara-ftp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.moara.ftp:moara-ftp

ftp

Source
mavenMaven
Version
0.1.0
Version published
Maintainers
1
Source

moara-ftp

  • 보안 작업은 하지 않았으므로 내부망 환경에서만 사용 해야 합니다.

개발환경

  • open jdk 1.8

구성

  • ftp server

  • ftp client

사용법

import org.moara.ftp.client.FtpClient;

public class FtpFileUpload {
	public static void main(String [] args) {

		FtpClient.upload("127.0.0.1" //host address
				, 10001 //port
				, "C:\\Users\\moara\\Downloads\\FileZilla_3.32.0_win64-setup.exe" // send file path
				, "/home/moara/FileZilla_3.32.0_win64-setup.exe" //receive save file path
		);
	}
}
  • src test 패키지 참조

gradle

implementation 'org.moara.ftp:moara-ftp:0.1.0'

etc

https://mvnrepository.com/artifact/org.moara.ftp/moara-ftp/0.1.0

FAQs

Package last updated on 21 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts