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