forked from filecxx/FileCentipede
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathftp_file_manager.html
98 lines (90 loc) · 3.75 KB
/
ftp_file_manager.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>FTP 파일 관리자 - File Centipede</title>
<link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" />
<link rel="icon" href="../../favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="../../style/base.css">
</head>
<body>
<div class="central">
<div class="nav">
<div class="links_">
<a class="tool_button home_" href="../index.html">홈</a>
<a class="tool_button features_" href="../index.html#features">기능</a>
<a class="tool_button download_" href="../download.html">다운로드</a>
<a class="tool_button screenshot_" href="../screenshot.html">스크린샷</a>
<a class="tool_button user_reviews_" href="../index.html#user_reviews">사용자 리뷰</a>
<a class="tool_button documentation_" href="../documentation.html">문서</a>
</div>
</div>
<div class="header">
<div class="top_">
<a href="http://filecxx.com" class="logo_"></a>
<div class="name_">
<h1><a href="http://filecxx.com">File Centipede</a></h1>
<div class="text_"> - Since 2022</div>
</div>
<div class="languages_">
<div class="current_">한국어</div>
<div class="items_">
<a class="item_" href="/en_US/index.html">English</a>
<a class="item_" href="/zh_CN/index.html">简体中文</a>
<a class="item_" href="/zh_TW/index.html">繁體中文</a>
<a class="item_" href="/ru_RU/index.html">Русский</a>
<a class="item_" href="/ko_KR/index.html">한국어</a>
</div>
</div>
</div>
</div>
<div class="body">
<div class="section">
<h1>FTP 파일 관리자</h1>
</div>
<div class="section">
<div class="article_">
<p>
File Centipede는 FTP 파일 관리자이기도 하며 디렉터리 또는 전체 FTP 사이트를 포함하여 FTP 서버에서 파일을 다운로드하고 업로드할 수 있습니다.</p>
<p>
이 기능은 매우 사용하기 쉽고, 많은 설정을 입력할 필요가 없으며, 주소 표시줄에 호스트 주소를 입력하기만 하면 됩니다.</p>
<p>
<img src="../../images/screenshot_software_file_browser_ftp.png" width="800" alt="FTP file manager">
</p>
</div>
</div>
<div class="section">
<div class="article_">
<p>
디렉터리 파일 나열 속도를 최대화하려면 다음과 같이 하십시오.
File Centipede는 방문한 모든 디렉터리 파일을 캐시할 수 있으며, 다음에 나열할 때 동일한 디렉터리가 로컬 디렉터리를 여는 것과 같습니다.</p>
</div>
</div>
<div class="section">
<a href="../download.html" class="button">다운로드</a>
</div>
<div class="section" id="shares">
<h2>공유</h2>
<div class="addthis_inline_share_toolbox"></div>
</div>
</div>
<div class="footer">
<div class="copyright_">
<span>No copyright © 2022</span>
<div class="email_">
<b>EMAIL:</b>
<a href="mailto:[email protected]" id="contact_email">[email protected]</a>
</div>
<div class="contact_"></div>
</div>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-6226ca040a5d34a0"></script>
</div>
<script src="../../script/base.js"></script>
</body>
</html>