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