473,382 Members | 1,348 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Does framework have any FTP functionality built in? Any resources/articles? Thnx (n/t)

n/t means "no text"
Nov 18 '05 #1
6 1050
Chilkat FTP will do the trick for you. Very easy to use, and very
extensive, and FREE for certain uses:
http://www.chilkatsoft.com/ChilkatFtp.asp

"Kikoz" <ki***@hotmail.com> wrote in message
news:OY*************@TK2MSFTNGP10.phx.gbl...
n/t means "no text"

Nov 18 '05 #2
On Tue, 20 Jul 2004 16:52:42 -0400, Kikoz <ki***@hotmail.com> wrote:
n/t means "no text"


What you're pry wanting, no. FTP is based on simple networking over a
known port, using certain commands. So the pieces are there, but a client
library, for example, is not built for you to handle the protocol portion
of FTP. This is common to Java and other languages as well.

You could easily find third-party components to do this, although they are
pry not free, but you could check around. Otherwise, it's not that hard
to build your own class library to do this.

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Nov 18 '05 #3
There are quite a few FTP libraries and code samples here:

http://www.gotdotnet.com/community/u...aspx?query=ftp

"Kikoz" <ki***@hotmail.com> wrote in message
news:OY*************@TK2MSFTNGP10.phx.gbl...
n/t means "no text"


Nov 18 '05 #4
http://www.gotdotnet.com/Community/U...6-64B987947C20

This is an excellent ftp class.

Sample code:

Dim objFTP As New FTP
Dim myDir, NewPath As String

myDir = Path.GetDirectoryName(strFullPath) & "\"

'rename existing file before downloading new copy
If File.Exists(strFullPath) = True Then
NewPath = myDir & Format(Now(), "yyyyMMddHHmmss") & " " &
Path.GetFileName(strFullPath)
're-name the file
File.Move(strFullPath, NewPath)
End If

objFTP.RemoteHost = strSite
objFTP.RemotePath = strSiteDir
'slashes are optional at beginning and end of RemotePath!
objFTP.RemoteUser = strUID
objFTP.RemotePassword = strPwd
objFTP.RemotePort = 21

If objFTP.Login() = True Then
objFTP.SetBinaryMode(True)
objFTP.DownloadFile(strSiteFileName, strFullPath)
'if file exists, it is overwritten without warning.
End If

--
Joe Fallon


"Kikoz" <ki***@hotmail.com> wrote in message
news:OY*************@TK2MSFTNGP10.phx.gbl...
n/t means "no text"

Nov 18 '05 #5
THANKS GYUS!!
"Kikoz" <ki***@hotmail.com> wrote in message
news:OY*************@TK2MSFTNGP10.phx.gbl...
n/t means "no text"

Nov 18 '05 #6
Try this:
http://www.indentix.com/ftp.html

The FTP component implements a standard FTP client as specified in RFC
959 and supports both the synchronous and asynchronous programming.
This component includes everything required of a modern FTP client
including the ability to restart interrupted transfers, firewall and
proxy support, and easy-to-use methods for sending custom commands and
receiving the server responses.

"Kikoz" <ki***@hotmail.com> wrote in message news:<OY*************@TK2MSFTNGP10.phx.gbl>...
n/t means "no text"

Nov 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: paul | last post by:
I have developed an application for pocket pc that requires multiple forms to be open at any one time. The user is able to flick from one to the other, making changes to each as and when necessary...
7
by: PHiLiP | last post by:
Do I need to keep version 1.1 if I have the new 2.0 installed? Setup doesn't look like it has uninstalled the old one, which suggests 2.0 is not a direct replacement. Am I correct?
1
by: Namratha Shah \(Nasha\) | last post by:
Hi All, This is a resource file generation tool which converts an xml based resource formats to .net resource file i.e. (.resources) and vice-versa. Today we will see how we will generate ...
6
by: Ilia | last post by:
Hi folks, I have some problems with ASP.NET Session State. The following simple program runs well if the Session State set as "InProc". If I switch to "SQLServer", the changes, made by the...
0
by: Kleanthis | last post by:
I have a problem, when deploying multilingual applications using cab files on Compact Framework 2.0. It seems that something is going wrong with compact framework 2.0 Below I have a description...
5
by: David Moskowitz | last post by:
Infoblazer LLC is pleased to release the XX Framework under the LGPL open source license. Version 1.0 is available for immediate download. The XX framework is a configurable, XML-centric...
113
by: John Nagle | last post by:
The major complaint I have about Python is that the packages which connect it to other software components all seem to have serious problems. As long as you don't need to talk to anything outside...
4
by: DaBrain | last post by:
I have written an application in C#, when I created a setup project and tried to install it on another test machine it said: "This setup requires the Microsoft Visual J# .NET Redistributable...
71
by: active | last post by:
In the main program I check to see if a certain form has been disposed. Does it make sense in that form's FormClosed event to do: Me.Dispose to make sure it is disposed the next time I check. Or...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.