SunQuest
           FTP Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Try It Free
Go Back   Dev Shed ForumsSystem AdministrationFTP Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
  #1  
Old February 26th, 2004, 02:10 PM
Mspider's Avatar
Mspider Mspider is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 1 Mspider User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Unhappy FTP with ASP

Hi for everyone !!! somebody can help me?? I want to make a FTP conection to a AS400 system for download text files an let thems in my w2000 server, and all in ASP, can this be posibble?? I wish....

Tanks so much...

Reply With Quote
  #2  
Old February 26th, 2004, 03:43 PM
imbrokn imbrokn is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2001
Location: NJ
Posts: 428 imbrokn User rank is Corporal (100 - 500 Reputation Level)imbrokn User rank is Corporal (100 - 500 Reputation Level)imbrokn User rank is Corporal (100 - 500 Reputation Level)imbrokn User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 11 h 34 m 8 sec
Reputation Power: 10
Send a message via AIM to imbrokn
It is possible if you don't mind downloading and paying for an FTP component. There is one called etiveFTP (http://www.etive.com/software/etiveftp/default.aspx). Which I have used and it was pretty easy to use. They seem to have updated it, so i don't know exactly how much it is. But as I said, it was very easy to use and at the time I bought it like a year ago its was 30 bucks. And I haven't had any problems with it.

Reply With Quote
  #3  
Old February 27th, 2004, 06:44 AM
kyler kyler is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Location: NY
Posts: 244 kyler User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 49 m 25 sec
Reputation Power: 5
You can do it from within ASP. You can run it through the shell:

objShell = Server.CreateObject("Wscript.Shell");
objShell.Run("C:\\Inetpub\\wwwroot\\folder\\ftp.bat");


The ftp.bat file:

cd c:\winnt\system32
ftp -s:c:\Inetpub\wwwroot\folder\ftp_script.txt


The ftp_script.txt file:

open 192.168.100.100
<username>
<password>
bin
cd /public
get somefile.txt
bye

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationFTP Help > FTP with ASP


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway