473,386 Members | 1,720 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

launch appliction setting on ftp site

Dan
Hi

I need to be able to launch an appliction that is running on an ftp site.
ftp://localhost/someapp.exe

I don't won't to download it first, just run it from the ftp location, just
like you would if you use a web browser to reach the ftp site and run it
manually.

Any ideas?
thanks
dan
Mar 8 '07 #1
5 1848
Hello Dan,

What are you goind to do? why do u need this behaviour, especially in bounds
of FTP?

To realise described behaviour u need to implement app on FTP side (web service,
remoting, com+), which will receive notification about which app to start
---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

DHi
D>
DI need to be able to launch an appliction that is running on an ftp
Dsite. ftp://localhost/someapp.exe
D>
DI don't won't to download it first, just run it from the ftp
Dlocation, just like you would if you use a web browser to reach the
Dftp site and run it manually.
D>
DAny ideas?
Dthanks
Ddan
Mar 8 '07 #2
Dan
Hi

I have an application that checks a webservice for available updates. If an
update is available it runs the setup exe in the ftp location. The reason I
was going to run it from the ftp location is because the setup exe has a
config file, which I can make hidden on the ftp site, so the client doesn't
see it. if I want to get the app to download the setup.exe the config file
needs to be visible (not hidden)

I suppose I could download the file directly from the webservice, but
occasionally people need to run the setup.exe via IE from ftp site.

Dan
"Michael Nemtsev" <ne*****@msn.comwrote in message
news:17***************************@msnews.microsof t.com...
Hello Dan,

What are you goind to do? why do u need this behaviour, especially in
bounds of FTP?

To realise described behaviour u need to implement app on FTP side (web
service, remoting, com+), which will receive notification about which app
to start

---
WBR, Michael Nemtsev [C# MVP]. My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

DHi
DDI need to be able to launch an appliction that is running on an ftp
Dsite. ftp://localhost/someapp.exe
DDI don't won't to download it first, just run it from the ftp
Dlocation, just like you would if you use a web browser to reach the
Dftp site and run it manually.
DDAny ideas?
Dthanks
Ddan


Mar 8 '07 #3
Hi,

"Dan" <da*@somewhere.comwrote in message
news:O9**************@TK2MSFTNGP05.phx.gbl...
Hi

I need to be able to launch an appliction that is running on an ftp site.
ftp://localhost/someapp.exe

I don't won't to download it first, just run it from the ftp location,
just like you would if you use a web browser to reach the ftp site and run
it manually.
What do you think that the browser does ?
IT download the app , copy it to a local folder and execute it.

That is exactly what you need to do.
Mar 8 '07 #4
Hi,

"Dan" <da*@somewhere.comwrote in message
news:ed**************@TK2MSFTNGP06.phx.gbl...
Hi

I have an application that checks a webservice for available updates. If
an update is available it runs the setup exe in the ftp location. The
reason I was going to run it from the ftp location is because the setup
exe has a config file, which I can make hidden on the ftp site, so the
client doesn't see it. if I want to get the app to download the setup.exe
the config file needs to be visible (not hidden)

I suppose I could download the file directly from the webservice, but
occasionally people need to run the setup.exe via IE from ftp site.
I have a similar situation, I need to update an application in a remote
location (a pocketPC) what I do is I zip all the files I need in a single
ZIP, the program download the zip & unzip it to an empty folder. then
execute the setup. The setup stop the running program, make any necesary
update and execute the updated program and then exit.

It's easy to implement and very transparent ot the user.
Mar 8 '07 #5
Dan
Ah, suppose so!
I'll just have to download it I suppose and then execute it. This was my
first option, but thought I might save the download code and still hide the
config file on the ftp site - I'll download it via a web service...

thanks
dan
"Ignacio Machin ( .NET/ C# MVP )" <machin TA laceupsolutions.comwrote in
message news:%2****************@TK2MSFTNGP05.phx.gbl...
Hi,

"Dan" <da*@somewhere.comwrote in message
news:O9**************@TK2MSFTNGP05.phx.gbl...
>Hi

I need to be able to launch an appliction that is running on an ftp site.
ftp://localhost/someapp.exe

I don't won't to download it first, just run it from the ftp location,
just like you would if you use a web browser to reach the ftp site and
run it manually.

What do you think that the browser does ?
IT download the app , copy it to a local folder and execute it.

That is exactly what you need to do.

Mar 8 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Kendal Goodrich | last post by:
In the setup project I am trying to create, I am wanting to search to see if DirectX 8 is installed on the local machine. I figured the best way to determine would be a registry key search, so I...
8
by: Dutchy | last post by:
Dear reader, In an attempt to obtain the path to the quick-launch-folder in order to create a shortcut to my application-updates during installation , I thought to: 1- check if quick launch...
4
by: Eric | last post by:
Hello, I need to allow a web page to launch an interactive program on the web server. For this example, I'd like to have the ASP.NET open notepad on the asp server, so the current logged-in...
1
by: Tom | last post by:
What the best way to launch a web site using the default browser? For instance, I have a help menu item that, when clicked, will cause a pre-defined web site to launch in the default browser (IE,...
8
by: Marcus | last post by:
I have this application I have made that I launch when the user logs into Windows XP. I would like to delay the launch of the application so that it starts 1 minute after the user has logged in. ...
0
by: Brian | last post by:
Hi. I need to place wrappers around a set of legacy VC++ 6 dlls and call them via Asp.Net. This works but I can't step into them. Every time I do, they step over, which is a bit of a nightmare. ...
3
by: Timbo | last post by:
This is a really weird one and very odd. I have written a web site using VS2005 and .Net 2.0, all works very well when running it locally. However when I publish it to my web server (hosted by...
0
by: Wernerh | last post by:
I have read every thread I could find on here relating to this and have googled with no luck. I see the qusetion has been asked before with no reply. Is it that it is not possible or that no one...
0
by: =?Utf-8?B?R2FyeSBNY0M=?= | last post by:
The quick launch tool bar doesn't load on startup in my user account. It works fine by clicking on the Task bar and selecting Quick Launch, but it doesn't seem to save the setting when I shut down...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.