Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Vista FTP

Reply
 
 
Sharrukin
Guest
Posts: n/a

 
      12-28-2009
I have a software which uses FTP to upload in the background. The
software's FTP works in XP but not on Vista. Is there anything I should
check on Vista?



Warm Regards,

Sharo


 
Reply With Quote
 
 
 
 
Shenan Stanley
Guest
Posts: n/a

 
      12-28-2009
Sharrukin wrote:
> I have a software which uses FTP to upload in the background. The
> software's FTP works in XP but not on Vista. Is there anything I should
> check on Vista?


What does the manufacturer of said software say, "re: vista support"?

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


 
Reply With Quote
 
Guest
Posts: n/a

 
      12-28-2009
Is there an option to use Passive FTP

--
..
--
"Sharrukin" <> wrote in message
news:...
>I have a software which uses FTP to upload in the background. The
>software's FTP works in XP but not on Vista. Is there anything I should
>check on Vista?
>
>
>
> Warm Regards,
>
> Sharo
>


 
Reply With Quote
 
Sharrukin
Guest
Posts: n/a

 
      12-28-2009

Hi Shenan,

I designed the software myself. The software has been running as a consumer
product for 4 years. It makes a simple ftp upload of a small file of 120
bytes of data that the software sends to an Win2003 Server.

Thanks!

Sharo


"Shenan Stanley" <> wrote in message
news:...
> Sharrukin wrote:
>> I have a software which uses FTP to upload in the background. The
>> software's FTP works in XP but not on Vista. Is there anything I should
>> check on Vista?

>
> What does the manufacturer of said software say, "re: vista support"?
>
> --
> Shenan Stanley
> MS-MVP
> --
> How To Ask Questions The Smart Way
> http://www.catb.org/~esr/faqs/smart-questions.html
>



 
Reply With Quote
 
Sharrukin
Guest
Posts: n/a

 
      12-28-2009
I will check. What does Passive FTP do for Vista?



<.> wrote in message news:...
> Is there an option to use Passive FTP
>
> --
> .
> --
> "Sharrukin" <> wrote in message
> news:...
>>I have a software which uses FTP to upload in the background. The
>>software's FTP works in XP but not on Vista. Is there anything I should
>>check on Vista?
>>
>>
>>
>> Warm Regards,
>>
>> Sharo
>>

>



 
Reply With Quote
 
Guest
Posts: n/a

 
      12-28-2009
An Ftp connection has two connections (one for control and one for data) -
with each end having a client and server. Firewalls tend to block the
server connection on the client. Passive FTP doesn't have a server on the
client machine.

--
..
--
"Sharrukin" <> wrote in message
news:...
>I will check. What does Passive FTP do for Vista?
>
>
>
> <.> wrote in message news:...
>> Is there an option to use Passive FTP
>>
>> --
>> .
>> --
>> "Sharrukin" <> wrote in message
>> news:...
>>>I have a software which uses FTP to upload in the background. The
>>>software's FTP works in XP but not on Vista. Is there anything I should
>>>check on Vista?
>>>
>>>
>>>
>>> Warm Regards,
>>>
>>> Sharo
>>>

>>

>
>


 
Reply With Quote
 
Tim Slattery
Guest
Posts: n/a

 
      12-28-2009
"Sharrukin" <> wrote:

>I will check. What does Passive FTP do for Vista?


It has nothing to do with Vista. In normal "Active" mode, when your
computer wants to send a file to or receive a file from a remote
machine, it tells the remote machine to contact it on a particular
port. Your machine will listen on that port, and when the remote
machine sends a message there, that connection will be used to
transfer the file.

But if your machine is behind a NAT router (like all the home routers
that share a single internet connection among several computers), that
won't work. The router won't know which machine the remote machine is
trying to contact.

So in that circumstance, you use Passive mode. Now your computer will
ask the remote computer for a port number. Your machine will then
contact the remote machine on that port, and the transfer will take
place. Since your computer initiates the contact, your router will be
able to cope.

--
Tim Slattery

http://members.cox.net/slatteryt
 
Reply With Quote
 
Sharrukin Amiri
Guest
Posts: n/a

 
      12-28-2009
I checked my software code. I am using "Passive" FTP. My software does use
a dialup connection. once the dialup connection is initiated, it then uses
an "Passive" ftp connection to upload a file of size 115 bytes. It is a
simple dialup connection. The connection is not shared and not behind a
router. Should I switch to Active FTP mode?

Thanks!

Sharo



<.> wrote in message news:...
> An Ftp connection has two connections (one for control and one for data) -
> with each end having a client and server. Firewalls tend to block the
> server connection on the client. Passive FTP doesn't have a server on the
> client machine.
>
> --
> .
> --
> "Sharrukin" <> wrote in message
> news:...
>>I will check. What does Passive FTP do for Vista?
>>
>>
>>
>> <.> wrote in message news:...
>>> Is there an option to use Passive FTP
>>>
>>> --
>>> .
>>> --
>>> "Sharrukin" <> wrote in message
>>> news:...
>>>>I have a software which uses FTP to upload in the background. The
>>>>software's FTP works in XP but not on Vista. Is there anything I should
>>>>check on Vista?
>>>>
>>>>
>>>>
>>>> Warm Regards,
>>>>
>>>> Sharo
>>>>
>>>

>>
>>

>



 
Reply With Quote
 
Dusko Savatovic
Guest
Posts: n/a

 
      12-28-2009
On Vista, FTP is not installed by default.
You need to turn this feature on in the Control panel, Programs and features
....


"Sharrukin" <> wrote in message
news:...
>I have a software which uses FTP to upload in the background. The
>software's FTP works in XP but not on Vista. Is there anything I should
>check on Vista?
>
>
>
> Warm Regards,
>
> Sharo
>



 
Reply With Quote
 
Sharrukin Amiri
Guest
Posts: n/a

 
      12-28-2009
I use my own ftp control which is implimented in my software. Would I still
need to install Vista's FTP? Is this a Vista Service or a Vista application?

Thanks!


"Dusko Savatovic" <> wrote in message
news:umQUcz$...
> On Vista, FTP is not installed by default.
> You need to turn this feature on in the Control panel, Programs and
> features ...
>
>
> "Sharrukin" <> wrote in message
> news:...
>>I have a software which uses FTP to upload in the background. The
>>software's FTP works in XP but not on Vista. Is there anything I should
>>check on Vista?
>>
>>
>>
>> Warm Regards,
>>
>> Sharo
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Run Vista legally for at least one year/ Vista Activation doesn't stop Piracy Chad Harris Windows Vista Installation 56 12-25-2008 01:34 PM
dual boot xp and vista...with vista recovery dvd VS Windows Vista Installation 16 05-05-2007 11:05 AM
Can Vista be installed on top of itsself? Jeff Ingram Windows Vista Installation 5 03-20-2007 07:48 PM
Installing Vista on top of Vista - and then getting an Installation Error (Sony Vaio VGC-RB38G) Chris Hagler Windows Vista Installation 4 02-16-2007 01:42 AM
For Dual or Single Booting With Vista Jan Il Windows Vista Installation 0 11-03-2006 08:41 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59