Notice
- Today
- Total
Recent Posts
Recent Comments
Link
Tags
- 다중 Filter
- 자동 닫힘
- ubuntu
- Spread
- usb 인식 불가
- ContextMenuStrip
- RaspberryPi
- 동영상 오류
- MariaDB
- mariaDB 외부접속
- ImageList Icon 변환
- WebViewClient
- node.js
- UltraToolbarsManager
- c#
- mp4 재생
- .mine
- startActivity
- OSHP
- Raspberry Pi
- 라즈베리 피이
- ScrollBarTrackPolicy
- 라즈베리파이
- mariaDB 설치
- node.js 설치
- OpenFileDialog
- <<<<<<<<
- onPageFinished
- Image icon 변환
- Ribbon
Archives
목록download (1)
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