Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#272780 - 22/12/2005 17:05 Problems uploading large files via FTP
ithoughti
old hand

Registered: 17/07/2001
Posts: 721
Loc: Boston, MA USA
Hi all....

I've been trying to upload some large .zip files >350mb up to >1GB to my site. I've been using SmartFTP and/or WsFTP on my XP machine. I have a cable connection so the upload speeds are not all that great. Generally the timers on the FTP programs say about 3 hours for a 400mb file at about 44KB/s (or something like that)

All times I have tried to upload this file, it has quit at about 300Mb, sometimes less, sometimes more. I think that this mostly has to do with my cable connection because I tried uploading from work with SmartFTP and everything worked fine. Of course at work I can upload that file in under 10 minutes.

Does anyone have an idea on how to keep the connection active? I've pretty much exhausted the options in both programs for 'keep connection active' and 'failed upload' retry times etc and nothing seems to work.

thanks for the help.
_________________________
---------
//matt

Top
#272781 - 22/12/2005 17:12 Re: Problems uploading large files via FTP [Re: ithoughti]
robricc
carpal tunnel

Registered: 30/10/2000
Posts: 4931
Loc: New Jersey, USA
I use FileZilla and if you have 'use multiple connections' enabled (it is by default), it will keep the connection alive by doing stuff like this every few seconds:
Code:
Command:	TYPE I
Response: 200 TYPE is now 8-bit binary
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: TYPE A
Response: 200 TYPE is now ASCII
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: REST 0
Response: 350 Restarting at 0
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: REST 0
Response: 350 Restarting at 0
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: TYPE I
Response: 200 TYPE is now 8-bit binary

_________________________
-Rob Riccardelli
80GB 16MB MK2 090000736

Top
#272782 - 22/12/2005 17:17 Re: Problems uploading large files via FTP [Re: ithoughti]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
It'd probably make more sense to use a utility that could recover or resume from a partial upload. I don't know what your OS is, but searching for "ftp resume upload" should point you in the right direction.
_________________________
Bitt Faulk

Top
#272783 - 22/12/2005 19:59 Re: Problems uploading large files via FTP [Re: ithoughti]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31583
Loc: Seattle, WA
If the site you're uploading to supports SCP (that's sort of like a secure version of FTP), then get WinSCP, which supports resuming uploads.
_________________________
Tony Fabris

Top
#272784 - 22/12/2005 20:01 Re: Problems uploading large files via FTP [Re: tfabris]
tman
carpal tunnel

Registered: 24/12/2001
Posts: 5528
SFTP is the SSH version of FTP. SCP is the SSH version of rcp...

Top
#272785 - 22/12/2005 20:06 Re: Problems uploading large files via FTP [Re: tman]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Even more confusingly, WinSCP supports SFTP.
_________________________
Bitt Faulk

Top
#272786 - 22/12/2005 20:10 Re: Problems uploading large files via FTP [Re: wfaulk]
ricin
veteran

Registered: 19/06/2000
Posts: 1495
Loc: US: CA
And, annoyingly, doesn't support plain FTP.
_________________________
Donato
MkII/080000565
MkIIa/010101253
ricin.us

Top
#272787 - 22/12/2005 20:18 Re: Problems uploading large files via FTP [Re: ricin]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31583
Loc: Seattle, WA
Quote:
And, annoyingly, doesn't support plain FTP.

Yeah, that's my biggest wish for WinSCP.
_________________________
Tony Fabris

Top
#272788 - 22/12/2005 20:19 Re: Problems uploading large files via FTP [Re: tman]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31583
Loc: Seattle, WA
Quote:
SFTP is the SSH version of FTP. SCP is the SSH version of rcp...

Hey. I said "sort of".
_________________________
Tony Fabris

Top
#272789 - 22/12/2005 21:02 Re: Problems uploading large files via FTP [Re: tfabris]
lectric
pooh-bah

Registered: 20/01/2002
Posts: 2085
Loc: New Orleans, LA
But, Winscp supports scp using only an ssh server. Only one port need be open to log in AND transfer files. Nice.

Top
#272790 - 23/12/2005 00:22 Re: Problems uploading large files via FTP [Re: lectric]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14486
Loc: Canada
Quote:
But, Winscp supports scp using only an ssh server. Only one port need be open to log in AND transfer files. Nice.


No magic required for that, either.. just standard SSH. I even use "SSH filesystem" under Linux for remote access to files on my home server when I'm elsewhere. Again, only an SSH server required for that.

Cheers

Top
#272791 - 23/12/2005 14:55 Re: Problems uploading large files via FTP [Re: tfabris]
ithoughti
old hand

Registered: 17/07/2001
Posts: 721
Loc: Boston, MA USA
Quote:
If the site you're uploading to supports SCP (that's sort of like a secure version of FTP), then get WinSCP, which supports resuming uploads.



Thanks! Got it and it works great.
_________________________
---------
//matt

Top