Visual Basic Tutorial - 179 - FTP Downloader Part 2 Referencing A Class Library

Visual Basic Tutorial - 179 - FTP Downloader Part 2 Referencing A Class Library


Facebook - https://www.facebook.com/TheNewBoston...
GitHub - https://github.com/buckyroberts
Google+ - https://plus.google.com/+BuckyRoberts
LinkedIn - https://www.linkedin.com/in/buckyroberts
reddit - https://www.reddit.com/r/thenewboston/
Support - https://www.patreon.com/thenewboston
thenewboston - https://thenewboston.com/
Twitter - https://twitter.com/bucky_roberts
Closed Caption:

hello youtube same here from YouTube dot
com slash
on live gamer for the New Boston in this
tutorial
really continue working on our FTP
download
now FTP stage for file transfer protocol
in nineteen
that I'm so here is my project directory
for the FTP download it's in documents
Visual Studio 2010
projects in the FTP download your
YouTube now
you have all these files here except for
FTP client VB
dot DL now I had topped to
lucky yet but I'm gonna see if he will
with this
DLL file in the download this is a class
library
has a bunch stuff that we can use with
FTP
now this is created by a guy named
Howard re Howard Richards on he
is a programmer for
the he posts at the Code Project a lot
and now I'm not advertising for the Code
Project and X
I don't actually use it myself I just
want to give full credit to Howard
Richard
working in this class library that we
can use so go ahead
and members know that here is FTP client
BB
now at the moment we can't do anything
with this DLL file
so what we can do is over a program
called
I L spy I'll spiders is Wes
decompile dot net programs and class
libraries
now nothing you guys a download link for
this one
you can search for Google yourself
and/or gonna do
Israel file open and let's just go ahead
ago to documents Visual Studio
2010 projects and with you
FTP download you too years FTP client BB
dot DL and you see we can
open this and opens up this I'm
right here in power menu
in its art class library secrecy has
references which we don't need to look
at it has resources
which we don't need to look at it here's
where all the clothing store
so let's go to
utilities dot FTP so here is
FTP client now we can go ahead
and look and see was he has created for
us to use
so we got ftp file exists now
it's a billion in returns to check and
see if an ftp file exists and takes a
string argument which is a file name
now you may be thinking what is all this
type tonight here this is not
basic this is other language
well this was written in C sharp if you
create a craft
class library in C sharp because the
shop on the dotnet framework you can
also use that
class library with Visual Basic programs
in the same
issue the other way around so if you go
to class I very in Visual Basic
I believe you can go use it with
chartres so
on this is a whole bunch that the it is
sexy the FTP file exists
and if it does its gonna return true
and and if it does it'll return false we
can rename
FTP files weekend the lead directories
we can do a whole one sister that Howard
Richards has at it for us
which makes it very easy to work with
the File Transfer Protocol so go ahead
and close out at that so now we need to
do
is we come into you are FTP download 32
project will you come up here
and we need to add a reference so
with your project at reference
and less just browse saga
FTP download YouTube right here and if
you just click this button right here
up one level you can see we have FTP
client BB dot DL
and you can see that this X Estadio
files so it's like FTP client BB that
deal go ahead and click okay and you can
see that
it bad a reference in our project
now nothing really changed so what we
can do is come up here
click show of files and we can go up to
references
NXE that we have FTP client BB
under our references which is a class
library
down let's go ahead and give it a show
of files so
in this is real I want you guys to and
d compiling our class library with I'll
spy so we can see a little bit about
what it does
and how it helps issues File Transfer
Protocol
and then we headed a reference to do
that class library
so the next to it when you start using
that class library
to you do stuff like up their server
open folders
and other stuff that we have already
added on our gurl
so thanks for watching and stay tuned
for the next tutorial

Video Length: 05:11
Uploaded By: thenewboston
View Count: 10,116

Related Software Products
ClassLibrary
ClassLibrary

Published By:
Online TV

Description:
ClassLibrary is the ultimate code library for developers, teams, and enterprises. It provides the best collection of ready-to-use code snippets, classes, how-to`s, and articles. It also allows you to manage your own code and share knowledge within a team by using the fully searchable code repository. ClassLibrary provides both a full-featured standalone Code Explorer,is the Ultimate Code Library for Programmers. Get a jumpstart into programming with thousands of lines of C# and Visual Basic ...


Related Videos
Bollywood Class Library Flash Mob
Bollywood Class Library Flash Mob

Northwestern's Bollywood "Cultural Forms" class puts on a study break show for students studying in the university library.
Video Length: 04:09
Uploaded By: NUBollywoodDance
View Count: 102,127

Insert,Update,Delete,Select using Three Tier demo using ClassLibrary
Insert,Update,Delete,Select using Three Tier demo using ClassLibrary

Three Tier Architecture Demo for INSERT UPDATE DELETE SELECT
Video Length: 31:33
Uploaded By: Hitesh Rathod
View Count: 33,143

VB.NET Tutorial - Create a DLL / Class Library (Visual Basic .NET)
VB.NET Tutorial - Create a DLL / Class Library (Visual Basic .NET)

In this Visual Basic .NET tutorial I will be showing you how to create and use your own DLL (Dynamic Link Library) in your VB.NET projects. We will create a DLL file for managing form graphics and use that DLL to draw images to forms and form controls. TUTORIAL FEATURES: DLL - Library, Namespace, Class Graphics - System.Drawing, Image Form Controls - Button, PictureBox Class - Image Manager hr / bClosed Caption:/b welcome to the vb ...
Video Length: 32:29
Uploaded By: VB Toolbox
View Count: 29,826

Tutorial - Visual Basic 2010 - How to make a dll/Class Library - L3GiT
Tutorial - Visual Basic 2010 - How to make a dll/Class Library - L3GiT

This video is a tutorial on how to make a .dll also known as an application extension ALSO known as a Class Library in Visual Basic 2010 (.NET 4.0). If you are in need to know how to make a Class Library you probably already decent at programming, but if your not that is still okay as I went over some key features such as Sub and Subs being Private or Public as well as Functions being Private, Public and Public Shared. Private Sub or Private Function: If you see the word ...
Video Length: 10:16
Uploaded By: CmptrPrgmr
View Count: 20,873

Creating C# .NET Class Library Assembly Versions and Installing in the GAC Part 1 of 3
Creating C# .NET Class Library Assembly Versions and Installing in the GAC Part 1 of 3

Three part video on how to create .NET class library assemblies and handle multiple versions of the code. Also, how to install them into the Global Assembly Cache (GAC) and again, deal with multiple versions. Doug Rees from Black Bear IT is the presenter. hr / bClosed Caption:/b I there my name's degrees I'm gonna be talking to today about dotnet assembly versioning so just a quick overview all summer the issues that we face on working ...
Video Length: 08:48
Uploaded By: BlackBearIT
View Count: 19,605

A Simple Tutorial on using a Class Library and C# application in one Solution.
A Simple Tutorial on using a Class Library and C# application in one Solution.

A Simple tutorial on creating a class library and implementing a class in a C# application in one solution thereof. Just something to get you started no unnecessary detail. hr / bClosed Caption:/b i'm just going to show you guys how to create a cross librarian and basic example on your current track and we'll just use a class library as sort of a container told all our classes and created the aisle from that and with the ll be able ...
Video Length: 10:01
Uploaded By: Mixo Mushwana
View Count: 19,161

Visual Basic 2008 Tutorial: Class Library / DLL
Visual Basic 2008 Tutorial: Class Library / DLL

This video basically teaches you how to write a class library and deploy it in another application. This is my last video for the year of 2009. Lets say hello to 2010. Please comment, rate and subscribe. Please watch in high quality.
Video Length: 05:15
Uploaded By: monsterhunter445
View Count: 15,348

Using Entity Framework within a Class Library DLL
Using Entity Framework within a Class Library DLL

This short video walks you through how to use the Entity Framework inside of a Class Library DLL so that you can reuse the Library in multiple projects. Source Code: http://www.digioz.com/downloads/tutor... Northwind Database: http://northwinddatabase.codeplex.com/ Website: http://www.digioz.com hr / bClosed Caption:/b in this videofont color="#CCCCCC" I will walk you through/font how to use the entity framework from within a library ...
Video Length: 10:29
Uploaded By: DigiOz Multimedia
View Count: 13,041

Angell EYE PHP Class Library for PayPal Overview
Angell EYE PHP Class Library for PayPal Overview

This is a quick overview of how to use the Angell EYE PHP class library for PayPal to process payments using Payments Pro, Adaptive Payments, or PayFlow Pro. hr / bClosed Caption:/b high winds and rain Jules angel I swim do a quick overview the using this PHP library for Pay Pal their bill makes it pretty quick and easy to integrate a pulse web services and a pretty much me PHP the project might be working on a pretty ...
Video Length: 07:21
Uploaded By: Andrew Angell
View Count: 12,992

Copyright © 2025, Ivertech. All rights reserved.