You are not logged in.

#1 2005-12-14 06:58:57

fluke
Member
From: Shaoguan Univ., PRC
Registered: 2005-08-12
Posts: 241
Website

FileZilla Makefile request

I want to build a copy of FileZilla from source, since I want to know if I can limite my local data port to a low range( because all the port bigger than 10000 are banned by my outgoing network ).

I have the source files, but I still need a makefile. sad

Offline

#2 2005-12-14 07:27:46

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: FileZilla Makefile request

Filezilla is a windows app. It won't work under Linux. 

If you want to use it under Windows, it might be easier to use the precompiled version with the installer.

Offline

#3 2005-12-14 07:44:52

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: FileZilla Makefile request

Snowman wrote:

Filezilla is a windows app. It won't work under Linux. 

If you want to use it under Windows, it might be easier to use the precompiled version with the installer.

That's strange, I most certainly know I once used it a couple of months ago. Thought it was in AUR, let me check

[edit]
yup, it is still there. It's a nice app snowman, you might want to try in once.
Anyway, here is the link

Offline

#4 2005-12-14 08:22:04

pikass
Member
From: Schwartz space
Registered: 2005-11-28
Posts: 85

Re: FileZilla Makefile request

Couple of months ago? Thought the Linux support is new...

Offline

#5 2005-12-14 08:33:41

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: FileZilla Makefile request

pikass wrote:

Couple of months ago? Thought the Linux support is new...

yup, but it is a cvs PKGBUILD, so there you are:
Filezilla: First Submitted: Fri, 17 Jun 2005 19:05:56 -0400

Offline

#6 2005-12-14 09:08:10

fluke
Member
From: Shaoguan Univ., PRC
Registered: 2005-08-12
Posts: 241
Website

Re: FileZilla Makefile request

Thank you first.

And is there anyone who can tell me how to change the last two parameters in the PORT command?

PORT 192,168,132,245,19,74

You know the local data port is depend on the two parameters.

Offline

#7 2005-12-14 11:28:46

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: FileZilla Makefile request

fluke, I've just built this thing, out of curiosity. Re your first question, about the Makefile, I generated it in the normal way i.e. cvs checkout -> ./autogen.sh -> ./configure.

As for the local port range, after launching the app, I clicked on Edit -> Settings, and in the dialog there's a "Limit local ports" option, where you can enter a port range for filezilla to use.

Any of that any use to you?

Offline

#8 2005-12-14 12:28:30

fluke
Member
From: Shaoguan Univ., PRC
Registered: 2005-08-12
Posts: 241
Website

Re: FileZilla Makefile request

Hey tomk, thank you, they're very helpful for me! Thank you!

Offline

#9 2005-12-14 14:03:10

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: FileZilla Makefile request

Glad it's what you're looking for.

I used a modified version of Pointer's PKGBUILD from the AUR, updated to comply with the CVS/SVN packaging guidelines on the wiki. I don't want to step on his work, so I've just uploaded it here (using FileZilla!) if anyone wants it.

Offline

#10 2005-12-14 16:27:06

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: FileZilla Makefile request

pressh wrote:
Snowman wrote:

Filezilla is a windows app. It won't work under Linux. 

If you want to use it under Windows, it might be easier to use the precompiled version with the installer.

That's strange, I most certainly know I once used it a couple of months ago. Thought it was in AUR, let me check

[edit]
yup, it is still there. It's a nice app snowman, you might want to try in once.
Anyway, here is the link

I see... They haven't updated their website to include Linux as supported OS.  I might give it a try.

Offline

#11 2005-12-15 03:01:55

fluke
Member
From: Shaoguan Univ., PRC
Registered: 2005-08-12
Posts: 241
Website

Re: FileZilla Makefile request

I want to ask a non-tech question, but I cant find a chitchat place in the forum.

I don't know how to pronounce "'" in English when we describe something in math.
For example, we put the elements in S' to S.
Then, how to prounce the symbol ' in S' ?

Offline

#12 2005-12-15 03:21:23

kpiche
Forum Fellow
From: Ottawa, ON, Canada
Registered: 2004-03-30
Posts: 246
Website

Re: FileZilla Makefile request

I think you call it S prime.

Offline

#13 2005-12-15 05:35:05

fluke
Member
From: Shaoguan Univ., PRC
Registered: 2005-08-12
Posts: 241
Website

Re: FileZilla Makefile request

Ahha, in my school some call it S pi, some call it S slash.
I was very unclear about why they call it pi or slash.

Offline

#14 2005-12-15 12:18:07

Zanton
Member
Registered: 2005-12-06
Posts: 80

Re: FileZilla Makefile request

I'm using Filezilla for a while, and here is a problem I have : when I want to overwrite several files, he asked me if I want to do it automatically for all the files, just this file, etc. However it doesn't work : any choice I make is not taking into account and filezilla asked me the same question for EACH file which is kind of painful when I have a lot of files to overwrite (quite often sad ).
Any help ?

Offline

#15 2005-12-15 13:29:22

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: FileZilla Makefile request

I'd say the most realisitic option is to look for another ftp client, unless you know enough to go through the code and find the problem yourself. Here's my reasoning:

fzwarn.png

Kind of says it all, doesn't it?  wink

Offline

#16 2005-12-16 16:33:09

fluke
Member
From: Shaoguan Univ., PRC
Registered: 2005-08-12
Posts: 241
Website

Re: FileZilla Makefile request

Haha~

Offline

#17 2005-12-16 21:07:34

scarecrow
Member
From: Greece
Registered: 2004-11-18
Posts: 715

Re: FileZilla Makefile request

The best FTP client for Linux is (no surprise!) Filezilla 2 via wine (don't groan- it works flawlessly!).
Filezilla 3 is simply not ready yet, as Tim (the Filezilla boss) made the grave mistake to build the damn thing over wxwidgets, and up to date he is more an wxwidgets debugger than an FTP client developer...


Microshaft delenda est

Offline

#18 2005-12-16 23:25:57

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: FileZilla Makefile request

Oh, I groaned - and how. "The best FTP client for Linux is Filezilla 2 for Windows." Thanks - that's a classic........ lol

Offline

#19 2005-12-17 15:31:15

scarecrow
Member
From: Greece
Registered: 2004-11-18
Posts: 715

Re: FileZilla Makefile request

tomk wrote:

Oh, I groaned - and how. "The best FTP client for Linux is Filezilla 2 for Windows." Thanks - that's a classic........ lol

But then just go ahead and use gftp or kbear or kasablanca or kftpgrabber, and I can assure you you'll be pissed at no time at all... I can live with bugs, but not unmanageable ones.
Console FTP clients for *nix are generally OK, but for now all the GUI ones suck, more or less.


Microshaft delenda est

Offline

Board footer

Powered by FluxBB