10-23-2015 07:53 PM - edited 03-05-2019 02:35 AM
when you download a file from a site, is that FTP you are using?
how do people access FTP servers without using the Web or what would that look like? does it happen?
i always associate Web Sites with the word "Internet"...as i'm sure do most of us new to Networking.
Solved! Go to Solution.
10-24-2015 01:43 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
Yes, the download might be conducted via FTP but it might also be conducted by HTTP.
Yes, some of use access FTP without a Web browser. What does it look like?
At a command line, for example under Windows XP, something like:
C:\Documents and Settings\Owner>ftp
ftp> ?
Commands may be abbreviated. Commands are:
! delete literal prompt send
? debug ls put status
append dir mdelete pwd trace
ascii disconnect mdir quit type
bell get mget quote user
binary glob mkdir recv verbose
bye hash mls remotehelp
cd help mput rename
close lcd open rmdir
ftp>
Does it happen? Well I use FTP, most commonly, for moving network IOS files to a Cisco router or switch and/or to backup config files. Not so much on user host.
10-24-2015 01:43 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
Yes, the download might be conducted via FTP but it might also be conducted by HTTP.
Yes, some of use access FTP without a Web browser. What does it look like?
At a command line, for example under Windows XP, something like:
C:\Documents and Settings\Owner>ftp
ftp> ?
Commands may be abbreviated. Commands are:
! delete literal prompt send
? debug ls put status
append dir mdelete pwd trace
ascii disconnect mdir quit type
bell get mget quote user
binary glob mkdir recv verbose
bye hash mls remotehelp
cd help mput rename
close lcd open rmdir
ftp>
Does it happen? Well I use FTP, most commonly, for moving network IOS files to a Cisco router or switch and/or to backup config files. Not so much on user host.
10-24-2015 08:00 PM
Hello,
When you download a file from a web page, you are using HTTP protocol. You can download by FTP If you type FTP:// instead HTTP:// in your browser, but FTP must be implemented on the server.
There are many free FTP client softwares you can use. As Joseph mentioned, you are able to use command line to access a FTP server. it means FTP client has been implemented in windows command line.
Internet means network of networks. You can say Internet is a huge network.
Internet is an infrastruture giving service to many applications. Web is one of those aplications.
A web site consists of one or more web pages. Each web page may contain text, images, different objects. WEB pages travel on the internet.
Masoud
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide