Why isn't AspInet installed?

wotech

Perch
I was just on a chat with Yogendra, who said that AspInet is not even installed on Win10. I'm going to take a guess and say that AspInet probably isn't installed on most of Jodohost's servers? When you advertise something and say that it is available to use (http://www.jodohost.com/windows.asp and http://www.jodohost.com/reseller.asp) it should be working!

I'm trying to use the sample script from serverobjects.com, but I get an ASP error when trying to create the AspInet.FTP object, which further confirms that AspInet is not installed.

I need this fixed. Thx.

here's the code from serverobjects.com:

<%
FTP_TRANSFER_TYPE_ASCII = 1
FTP_TRANSFER_TYPE_BINARY = 2


Set FtpConn = Server.CreateObject("AspInet.FTP")


rem *************************************************************************
rem *
rem * GET File Test
rem *
rem *************************************************************************
if FtpConn.FTPGetFile("ftp.microsoft.com", "anonymous", "[email protected]", _
"/disclaimer.txt", "D:\hshome\wotechsi\westomahatech.com\ftp\disclaim.new", true, FTP_TRANSFER_TYPE_BINARY) then
Response.Write "<p>FTP download Success...<br>"
else
Response.Write "<p>FTP download Failed...<br>"
Response.Write "Last Error was: " & FtpConn.LastError
end if


rem *************************************************************************
rem *
rem * PUT File Test
rem *
rem *************************************************************************
rem if FtpConn.FTPPutFile("localhost", "anonymous", "[email protected]", "command.com", "c:\command.com", FTP_TRANSFER_TYPE_BINARY) then
rem Response.Write "<p>FTP upload Success...<br>"
rem else
rem Response.Write "<p>FTP upload Failed...<br>"
rem end if
%>


go to http://www.westomahatech.com/ftp/ftpget.asp to see the error.
 
The components we mentioned on our site are allowed components and we can make them available to our customers on demand. Installing all at once will increase overheads on servers, so we install common components primarily and others on demand.

Anyway, AspInet installed on win10. Please check and update us.
 
Thank you for installing it. It's very frustrating, though, because when all the components are listed on the products page, it implies that they are ready to go; there is no way to tell which components are installed and which components are not. Thx for your help.

I just added a new account to my reseller account. I'm not sure what server it's on, though. I know it's not win10, though. I would like AspInet installed on this server as well. the account name is called "deebrealty" and the domain name is deebrealestate.com. what other info do you need from me? Thx!
 
Account "deebrealty" is on win12. To check the server of an account...

#Login and select Account-> quick access-> Account Settings-> Hostname

AspInet is available in Win12.
 
Also, aspinet has issues with Windows 2003, so sometimes it won't work, just FYI.
 
Back
Top