Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 11th, 2003, 06:50 PM
Authorized User
 
Join Date: Jul 2003
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default ASP: FTP'ing Files


I want to FTP a file from one server to another using code.

I got this code example from the Microsoft library:

ftp://wfreeze:[email protected]/...t/project1.exe

"This would download the file project1.exe in the /vb/inet directory on the ftp.justpc.com server. It would use wfreeze as the user name with a corresponding password of mypass."

It also states:

"If you send a command to an FTP server, you will receive a three-digit response code describing how the server processed your command"

The response codes begin with 1, 2, 3, 4, or 5.

What the library doesn't say is how to retrieve that response code. Can anyone answer that question?

Robin









Similar Threads
Thread Thread Starter Forum Replies Last Post
Integrating Asp and Asp.net files Manoah Classic ASP Professional 0 July 24th, 2008 10:41 PM
Deleting asp files from asp x_ray Classic ASP Basics 3 April 7th, 2006 06:32 AM
Uploading files with ASP Varg_88 Classic ASP Basics 1 September 10th, 2004 08:30 AM
Uploading asp files robbo Classic ASP Basics 2 January 19th, 2004 03:33 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.