Cloud implementation within the company using FTP

FTP를 이용한 회사내 클라우드 구현

  • Published : 2017.05.31

Abstract

Storage of files is important in the information age. In particular, files in the company should be managed more efficiently. In this paper, we connect to FTP Server through Client program to manage files efficiently. The FTP Server builds a database to manage employee information in the company and folder paths for each employee. The Client program can be used after login with the assigned employee number and password. You can check the list of files stored in the FTP server when login is successful and upload, download and delete after selecting specific files. Folders can also be created and deleted for more systematic management of files. For the efficient operation of the company, it is implemented so that it can be divided into a personal drive and a public drive.

정보화 시대에 파일의 보관은 중요하다. 특히 회사 내의 파일들은 더욱 효율적으로 관리를 해야된다. 본 논문에서는 Client 프로그램을 통해서 FTP Server에 접속하여 파일을 효율적으로 관리할 수 있도록 한다. FTP Server에서는 Database를 구축하여 회사 내 사원정보와 각 사원의 드라이브 경로 등을 관리한다. Client 프로그램은 부여된 사원번호와 비밀번호로 로그인 후 사용이 가능하며 로그인 성공 시 FTP Server에 저장된 파일목록들을 확인할 수 있으며 특정 파일들을 선택 한 후 업로드 및 다운로드, 삭제가 가능하다. 또한 파일들을 더욱 체계적으로 관리할 수 있도록 폴더 생성 및 삭제도 가능하다. 회사의 효율적인 업무를 위하여 개인 드라이브와 공용 드라이브로 나눠서 사용할 수 있도록 구현하였다.

Keywords