일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Android
- parameter
- length
- SERIAL
- stream
- c++
- Barcode
- digitalRead
- sensor
- file access
- compare
- mfc
- Class
- APP
- Read
- Unity
- UNO
- Pointer
- flutter
- inheritance
- atmega328
- Contour
- aduino
- public
- Encapusulation
- preprocessing
- java
- wpf
- memory
- Overloading
Archives
- Today
- Total
목록getfile (1)
폴크(FOLC)

# FTP : File Transfer Protocol은 TCP/IP 프로토콜을 가지고 있어서 서버(HOST)와 모듈(CLIENT) 사이의 파일 송/수신 > TCP/IP 프로토콜 테이블의 응용 계층 > 운영 체제가 그래픽 사용자 인터페이스를 갖추기 이전에 개발된 명령 줄 프로그램 > 대부분의 윈도우, 유닉스, 리눅스 운영 체제에 기본 포함되어 있다. # 소스 코드 bool FileUpload(CString host, CString user_id, CString user_pw, int port, int passive, CString local, CString remote) { try { CInternetSession m_session; m_session.SetOption(INTERNET_OPTION_CON..
C, C++, MFC/C, C++, MFC 테크닉
2021. 12. 21. 19:17