Screenshot Preview

Rebex FTP for .NET

by Rebex - 상품타입: Component / .NET Class / 100% Managed Code / Source Code

주의 : 별도의 안내가 없는 경우에는 영어제품 입니다.

*

Add FTP client functionality to your .NET applications. Rebex FTP for .NET is a file-transfer component for .NET languages (such as C# or VB.NET). It allows you to FTP files directly from your application - either synchronously or asynchronously, in active or passive mode, binary or ascii. All popular FTP and proxy servers are supported. You can upload from memory, resume aborted transfers and more.

₩300,100
통화 선택

일반 적인 소비자 가격은 하기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.

Rebex FTP for .NET V3.0.4060   *

주문 ₩ 300,100 1 Developer License - includes 1 Year Subscription (priority support and major/minor updates)  *
메이커 제품 번호: 4718ftpDev
다운로드 (4.3 MB)
주문 ₩ 721,900 5 Developer Team License - includes 1 Year Subscription (priority support and major/minor updates)  * 다운로드 (4.3 MB)
주문 ₩ 2,047,700 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) - includes 1 Year Subscription (priority support and major/minor updates)  * 다운로드 (4.3 MB)

Rebex FTP for .NET Subscription Renewal   *

주문 ₩ 102,000 1 Developer License 1 Year Subscription Renewal (priority support and major/minor updates)  * 확인 다운로드 (4.3 MB)
주문 ₩ 245,500 5 Developer Team License 1 Year Subscription Renewal (priority support and major/minor updates)  * 확인 다운로드 (4.3 MB)
주문 ₩ 696,200 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) 1 Year Subscription Renewal (priority support and major/minor updates)  * 확인 다운로드 (4.3 MB)

가격에는 ComponentSource의 기술지원 요금이 포함되어 있습니다. 또한 다운로드 판매를 하고 있는 상품의 대부분은 온라인 백업요금이 포함되어 있어서 구입날로부터 30일 이내에 새로운 버전이 발매된 경우 무료로 업그레이드해 드리고 있습니다.  모든 주문에 대해서 당사표준 계약조건 반품조건 의 내용이 적용됩니다. 다음의 경우,고객 서비스로연락하시기 바랍니다. (상기의 리스트에 게재되지 않은 대량의 라이센스나 구 버전 등의 라이센스 옵션이 필요한 경우)

일반 적인 소비자 가격은 상기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.

 *

Rebex FTP for .NET is a file-transfer component for .NET languages (such as C# or VB.NET). It allows you to FTP files directly from your application - either synchronously or asynchronously, in active or passive mode, binary or ascii. All popular FTP and proxy servers are supported. Upload from memory, resume aborted transfers & more.

Upload your data directly to the server without creating any temporary files on disk. Resume transfers that were aborted by a network error or user action. Open a remote file as a stream and work with it as if it was accessible localy. Monitor upload and download status and progress using custom events. Send raw FTP commands.

Parses any directory listing format

Rebex FTP for .NET library automated directory listing parser handles all popular FTP servers on Unix, Windows and Netware platforms. It is also easily extensible by user to support even the most exotic or future formats.

14 samples in VB.NET and C# including 2 fully functional FTP clients

FTP for .NET samples focus on real-life scenarios. In many situations, you only have to copy & paste code from one of the samples to your production code. Need to download a file or upload the whole folder? Do some background transfer without locking your GUI? Want a complete command line, WinForm, FTP client for testing the component and making sure it works? You'll get samples for all of the above situations and more. Also, all samples are written in both C# or VB.NET.

Major features

  • Robust code - automated tests are supplied
  • Designed to offer maximum flexibility while being the easiest to use
  • Supports .NET 1.1, .NET 2 .NET 3, .NET 3.5, ,NET 4 and Mono
  • Free one year upgrades and support
  • Upload and download from or to RAM
  • Many samples, including multithreaded WinForm clients with full C# or VB.NET source code
  • Automated directory listing parser for the majority of popular FTP servers on Unix, Windows and Netware platforms, easily extensible to support exotic or unknown formats

Feature list

  • Stable and thoroughly tested code
  • 100% managed code
  • Complete source code is optionally available (C#)
  • .NET CF version available for FTP on Windows CE and PocketPC devices
  • Rebex FTP for .NET is designed to be used easily from your code
  • Support for asynchronous operations
  • Active and passive transfer modes
  • Binary and ASCII transfers
  • All common firewalls and proxy servers are supported
  • Support for WebRequest and WebResponse pluggable protocols - download a file using any protocol in just few lines of code
  • Samples for C# and VisualBasic .NET
  • Special class for manipulating file and directory listings. Wildcards, regular expressions and symlinks supported
  • Creating and deleting files and folders
  • PutUniqueFile support (STOU command)
  • Events and delegates for effortless integration with hosting applications
  • Can be used in both client and server applications
  • REST command support - resume file transfers after interruption
  • Server specific commands supported (SITE command) - e.g. setting access permissions on Unix FTP servers
  • Automated directory listing parser (LIST command) with all common formats supported.
  • Support for custom listing parsers to handle exotic LIST response formats
  • Raw FTP command and response support
  • Stream support - read from and write to remote files on the fly
  • Monitor download state with the progress event
  • Error handling with .NET exceptions
  • Free one-year support
  • Free one-year bugfixes and upgrades
  • MDTM (last modified time) and SIZE (the file size) commands support
  • Compliant with RFC 959, RFC 1579 and many extensions in common use

Supported file and directory listing formats

  • Unix ls (ProFTPd, Wu-FTPd, Microsoft FTP and many others)
  • DOS (Microsoft FTP and others)
  • Netware
  • DJ Bernstein's EPLF
  • glFTPd ansi-colored list
  • VMS and MultiNet (both single and multiline)
  • support for custom list parsers

Supported proxy servers

  • Socks4
  • Socks4a (Socks4 with domain name resolving)
  • Socks5
  • HTTP proxy CONNECT method (ftp://user:password@site)
  • FTP SITE (SITE with logon)
  • FTP USER/PASS (USER user@firewall@hostname / PASS pass@firewallpass)
  • FTP OPEN

Samples

  • Complete GUI FTP client (C#, VB.NET)
  • Simple console client able to get and set Unix permissions and resume aborted transfers (C#, VB.NET)
  • File upload/download (C#, VB.NET)
  • Asynchronous file upload/download (C#, VB.NET)
  • Displaying detailed file list (C#, VB.NET)
  • Pluggable protocols - using WebRequest (C#, VB.NET)

주의

제품 리뷰의 한국어 번역이 완료되지 않는 제품은 Google통역 서비스와 연동되어 표시되어 있습니다.통역 기계에 의한 자동 번역인 관계로 한국어 표기가 조금 부자연 스러운 점 양해 바랍니다.
에서 제공
FireFox와 Opera에서는 Flash가 필요합니다.

상품검색

검색어를 입력해주세요:

ComponentSource에서 구입하는 이유?

ComponentSource는 세계 1,000,000명 이상의 개발자에게 각종 글로벌 서비스를 제공합니다.

상세 | About Us

개발 코스트 계산


ROI 계산을 참고해주세요.

코드행 수: 30,000
인월 : 30
인건비: $150,000

필요한 기능:

1000행 당 인월:

1개월당 인건비:

Award