10000 GitHub - jun-labs/sftp: ๐Ÿ’ป SFTP ํŒŒ์ผ Upload/Download ์˜ˆ์ œ.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ sftp Public

๐Ÿ’ป SFTP ํŒŒ์ผ Upload/Download ์˜ˆ์ œ.

Notifications You must be signed in to change notification settings

jun-labs/sftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

SFTP

SFTP๋ฅผ ํ†ตํ•œ ํŒŒ์ผ ์—…๋กœ๋“œ ์˜ˆ์ œ. ๊ฐ€๋งน์ ์˜ ID๋ฅผ ์ž…๋ ฅ๋ฐ›์€ ํ›„, ํ•˜์œ„ ๊ฐ€๋งน์ ์„ ์กฐํšŒํ•ด์„œ ํŒŒ์ผ์„ ์—…๋กœ๋“œ ํ•ฉ๋‹ˆ๋‹ค. ํŒŒ์ผ ์—…๋กœ๋“œ ๊ณผ์ •์—์„œ SFTP๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. ํŒŒ์ผ ์—…๋กœ๋“œ๊ฐ€ ์™„๋ฃŒ๋˜๋ฉด, ์—…๋กœ๋“œ๋œ ํŒŒ์ผ์„ ๋‹ค์šด๋กœ๋“œ ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

SFTP๋ฅผ ํ†ตํ•œ ํŒŒ์ผ ์—…๋กœ๋“œ/๋‹ค์šด๋กœ๋“œ๋Š” ๋กœ์ปฌ ํ™˜๊ฒฝ์—์„œ ์ง„ํ–‰ํ•ฉ๋‹ˆ๋‹ค.



Mac SFTP ์„ค์ •์„ ํ•˜๊ธฐ ์ „, ๊ฐœ์ธ์ •๋ณด ๋ณดํ˜ธ ๋ฐ ๋ณด์•ˆ ์—์„œ ์ „์ฒด ๋””์Šคํฌ ์ ‘๊ทผ ๊ถŒํ•œ ์„ ํ—ˆ์šฉํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.

# SFTP ์‹คํ–‰
$ sudo systemsetup -setremotelogin on
# SFTP ์‹คํ–‰์—ฌ๋ถ€ ํ™•์ธ
$ sudo systemsetup -getremotelogin
Remote Login: On

$ sudo launchctl list | grep ssh
-	0	com.openssh.sshd
# ์ ‘์† 
$ sftp $(whoami)@localhost

The authenticity of host 'localhost (::1)' can't be established.
ED25519 key fingerprint is SHA256:/XXXXXXXXXXXXAAAAQQQQXXXXQQQQVVVVAAAAVVVVFF.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.

Connected to localhost.

About

๐Ÿ’ป SFTP ํŒŒ์ผ Upload/Download ์˜ˆ์ œ.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0