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