Notice
- Today
- Total
Recent Posts
Recent Comments
Link
Tags
- c#
- <<<<<<<<
- node.js
- Spread
- ImageList Icon 변환
- RaspberryPi
- onPageFinished
- OSHP
- OpenFileDialog
- Ribbon
- Image icon 변환
- node.js 설치
- usb 인식 불가
- .mine
- ContextMenuStrip
- WebViewClient
- 라즈베리 피이
- 라즈베리파이
- MariaDB
- mariaDB 외부접속
- mariaDB 설치
- Raspberry Pi
- ubuntu
- 다중 Filter
- 자동 닫힘
- UltraToolbarsManager
- 동영상 오류
- mp4 재생
- ScrollBarTrackPolicy
- startActivity
Archives
목록Language (34)
Realman's World
[C#] FTP 관련 클래스
C#에서 제공하는 FTP 관련 클래스는 여러가지가 있다. 그 중에서 가장 사용하기 쉬운 FtpWebRequest 클래스를 소개하려고 한다. FtpWebRequest가 제공하는 기능은 WebRequestMethods 클래스의 멤버 변수를 살펴보면 된다. Name Description AppendFile Represents the FTP APPE protocol method that is used to append a file to an existing file on an FTP server. DeleteFile Represents the FTP DELE protocol method that is used to delete a file on an FTP server. DownloadFile Represent..
Language/C#
2008. 9. 10. 12:35