This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Webmaster forum > November 2007 > Newbie question - FileZilla
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Newbie question - FileZilla
|
|
| TimeTraveller 2007-11-20, 3:16 am |
| Hi, all
I have just started using FTP to load web pages to a friend's website,
using the latest version of Filezilla. No problem there.
Except that every two minutes or so, Filezilla would disconnect, and
I'd have to reconnect. Did'n't bother me as everythign I uploaded
only took seconds.
My friend is now trying to FTP large MPEG files. They upload...the
smaller one (2 minutes long) runs for about 30 seconds before
quitting, the larger one won't run at all. And on his computer too
(he's in England, I'm in the States) the Filezilla disconnects after
about 2 minutes. So I'm assuming it disconnects while uploading and is
thus corrupting the file.
Is there a way to prevent Filezilla from disconnecting every 2
minutes, and if so can you explain step by step how? I've looked at
the Settings tab... will changing it to Active mode from Passive mode
help?
We're both on PCs...we've both got broadband... I can't experiment
from here since I don't have any large MPEGs to upload, but I can pass
the info along to him, if anyone has a solution.
Thanks for any help!
| |
| Jerry Stuckle 2007-11-20, 3:16 am |
| TimeTraveller wrote:
> Hi, all
>
> I have just started using FTP to load web pages to a friend's website,
> using the latest version of Filezilla. No problem there.
>
> Except that every two minutes or so, Filezilla would disconnect, and
> I'd have to reconnect. Did'n't bother me as everythign I uploaded
> only took seconds.
>
> My friend is now trying to FTP large MPEG files. They upload...the
> smaller one (2 minutes long) runs for about 30 seconds before
> quitting, the larger one won't run at all. And on his computer too
> (he's in England, I'm in the States) the Filezilla disconnects after
> about 2 minutes. So I'm assuming it disconnects while uploading and is
> thus corrupting the file.
>
> Is there a way to prevent Filezilla from disconnecting every 2
> minutes, and if so can you explain step by step how? I've looked at
> the Settings tab... will changing it to Active mode from Passive mode
> help?
>
> We're both on PCs...we've both got broadband... I can't experiment
> from here since I don't have any large MPEGs to upload, but I can pass
> the info along to him, if anyone has a solution.
>
> Thanks for any help!
>
>
It's probably the server doing the disconnect, not filezilla.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
| |
| mbstevens 2007-11-20, 3:16 am |
| TimeTraveller wrote:
> Hi, all
>
> I have just started using FTP to load web pages to a friend's website,
> using the latest version of Filezilla. No problem there.
>
> Except that every two minutes or so, Filezilla would disconnect, and
> I'd have to reconnect. Did'n't bother me as everythign I uploaded
> only took seconds.
>
> My friend is now trying to FTP large MPEG files. They upload...the
> smaller one (2 minutes long) runs for about 30 seconds before
> quitting, the larger one won't run at all. And on his computer too
> (he's in England, I'm in the States) the Filezilla disconnects after
> about 2 minutes. So I'm assuming it disconnects while uploading and is
> thus corrupting the file.
>
> Is there a way to prevent Filezilla from disconnecting every 2
> minutes, and if so can you explain step by step how? I've looked at
> the Settings tab... will changing it to Active mode from Passive mode
> help?
>
> We're both on PCs...we've both got broadband... I can't experiment
> from here since I don't have any large MPEGs to upload, but I can pass
> the info along to him, if anyone has a solution.
>
> Thanks for any help!
>
I don't know about FileZilla in particular, but if you are in passive
mode you could try changing to active, or vice-versa.
I've also heard of issues with the Windows firewall, if that is what
you are using. You might try turning it off.
| |
| Steve Sobol 2007-11-20, 3:16 am |
| On 2007-11-20, mbstevens <NOXwebmasterx@xmbstevensx.com> wrote:
> I don't know about FileZilla in particular, but if you are in passive
> mode you could try changing to active, or vice-versa.
>
> I've also heard of issues with the Windows firewall, if that is what
> you are using. You might try turning it off.
I use FileZilla and love it, except that there is no keep-alive setting for
servers (like *my* FTP server) that time people out.
At least, not that I know of. If anyone knows differently, let me know!
--
Steve Sobol, Victorville, CA PGP:0xE3AE35ED www.SteveSobol.com
Geek-for-hire. Details: http://www.linkedin.com/in/stevesobol
| |
| Mark Goodge 2007-11-20, 3:16 am |
| On Tue, 20 Nov 2007 05:36:31 +0000 (UTC), Steve Sobol put finger to
keyboard and typed:
>On 2007-11-20, mbstevens <NOXwebmasterx@xmbstevensx.com> wrote:
>
>
>I use FileZilla and love it, except that there is no keep-alive setting for
>servers (like *my* FTP server) that time people out.
>
>At least, not that I know of. If anyone knows differently, let me know!
FileZilla solves the timeout problem differently, by storing the
connection details and automatically reconnecting the next time you
ask it to do something. So it doesn't matter how long you've left it
between actions as it will always reconnect to the most recent
connection before attempting to carry them out - unlike most other ftp
clients, where you need to explicitly tell it to reconnect if it's
timed out.
For most ftp servers, which have a timeout setting but connect fairly
quickly, that's actually better than attempting a keep-alive which may
or may not work (and many servers these days ignore "NOOP" and other
non-transfer commands when calculating the timeout time, precisely in
order to beat clients that attempt to maintain a persistant connection
even when not actually transferring anything). It only becomes a
problem if the server is very slow to accept new connections (or
reconnections), because that makes FileZilla appear unresponsive
compared to other clients.
Mark
--
http://www.MotorwayServices.info - read and share comments and opinons
"Sing for the laughter, sing for the tears"
| |
| SpaceGirl 2007-11-20, 6:19 am |
| On Nov 20, 3:17 am, TimeTraveller <GastropodGraph...@yahoo.com> wrote:
> Hi, all
>
> I have just started using FTP to load web pages to a friend's website,
> using the latest version of Filezilla. No problem there.
>
> Except that every two minutes or so, Filezilla would disconnect, and
> I'd have to reconnect. Did'n't bother me as everythign I uploaded
> only took seconds.
>
> My friend is now trying to FTP large MPEG files. They upload...the
> smaller one (2 minutes long) runs for about 30 seconds before
> quitting, the larger one won't run at all. And on his computer too
> (he's in England, I'm in the States) the Filezilla disconnects after
> about 2 minutes. So I'm assuming it disconnects while uploading and is
> thus corrupting the file.
>
> Is there a way to prevent Filezilla from disconnecting every 2
> minutes, and if so can you explain step by step how? I've looked at
> the Settings tab... will changing it to Active mode from Passive mode
> help?
>
> We're both on PCs...we've both got broadband... I can't experiment
> from here since I don't have any large MPEGs to upload, but I can pass
> the info along to him, if anyone has a solution.
>
> Thanks for any help!
We use FileZilla on all of our commercial servers and love it. Nice
and easy to manage, very reliable. As others have mentioned, it's more
likely to be a server configuration issue. Check that both port 20 and
21 are open; FTP uses port 21, but I think port 20 is used for control
stuff, and in some configs if it's blocked FTP behaves very strangely.
At least under Windows Server 2003... but I suppose everything behaves
strangely under Windows :)
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|