Search found 619 matches
- 2009-01-13 09:32
- Forum: FileZilla Client Support
- Topic: VMS File revision number and other Problems
- Replies: 15
- Views: 5510
Re: VMS File revision number and other Problems
To be clear, he means the feature has not yet been [re]implemented.
- 2009-01-11 07:24
- Forum: FileZilla Server Support
- Topic: Upgrading Cisco 2620XM IOS image via FTP
- Replies: 3
- Views: 4538
Re: Upgrading Cisco 2620XM IOS image via FTP
There is extensive information on Cisco's website for updating devices with a new IOS. If you need to, contact Cisco directly. You ought to have a support contract with them (since you can't even download the IOS without one). If you do it wrong, you risk having to connect via the console serial por...
- 2009-01-09 06:34
- Forum: FileZilla and FileZilla Server Development
- Topic: Fz Client/Server - ALSR and DEP
- Replies: 5
- Views: 4222
Re: Fz Client/Server - ALSR and DEP
This is not a problem with FileZilla. This is a problem with GCC and MinGW. The proper thing to do is to go bug them or fix it there. :P The project is open source. You are free to recompile with VS2008 with the flags you want available. You're also free to fork the project and host your own binarie...
- 2009-01-06 13:47
- Forum: General Discussion
- Topic: ftp Automation
- Replies: 1
- Views: 1480
Re: ftp Automation
No, it has no automation features. It's intended to be a purely interactive client. You can use: wget (download only) lftp (Linux or Cygwin only) ncftp ftp.exe scripting (http://support.microsoft.com/kb/555976) If you need to schedule things, use Task Scheduler or cron. Commercial FTP clients do oft...
- 2009-01-05 06:14
- Forum: FileZilla Client Support
- Topic: EAI_NONAME - Neither nodenam
- Replies: 26
- Views: 330282
Re: EAI_NONAME - Neither nodenam
Hello there :) I'm also having this problem although I can log trough the server IP. Of course you can. It's not an IP error or a routing error. It's a DNS error. I'm not really getting it because the domain is not viewable trough http either and i've double checked for typos and just about anythin...
- 2009-01-05 06:06
- Forum: FileZilla and FileZilla Server Development
- Topic: Feature Request : Local subnet list for passive mode
- Replies: 9
- Views: 5234
Re: Feature Request : Local subnet list for passive mode
No, they're fully routeable. They're just private. Any router that is sending or receiving data on an Internet IP address -- that is, the public network -- should be configured to drop packets for private networks. There's no reason you couldn't set up a private network to route between 10.0.0.0/8, ...
- 2009-01-02 00:00
- Forum: FileZilla and FileZilla Server Development
- Topic: Feature Req: Multiple Sites in TABS (in one filezilla) *VOTE
- Replies: 8
- Views: 8702
Re: Feature Req: Multiple Sites in TABS (in one filezilla) *VOTE
Tabbed sessions/MDI is NYI. That does not mean it is not planned. There is one developer for FileZilla, and he is doing it on a volunteer basis. You'll have to wait, do it yourself (it's open source), or pay someone to do it for you.
- 2009-01-01 23:58
- Forum: FileZilla Client Support
- Topic: CHMOD Won't Change on Root Folder (Always 0) So, getting 403
- Replies: 8
- Views: 3128
Re: CHMOD Won't Change on Root Folder (Always 0) So, getting 403
Well, since one root makes complete sense, and the other root is generally wrong, which do you think I meant? 

- 2008-12-31 22:22
- Forum: FileZilla and FileZilla Server Development
- Topic: Compiling on Mac OS X Tiger
- Replies: 36
- Views: 33150
- 2008-12-31 21:26
- Forum: General Discussion
- Topic: Filezila and Ubuntu dark themes
- Replies: 7
- Views: 4588
Re: Filezila and Ubuntu dark themes
The problem wasn't with FileZilla, it was with wxWidgets. You have to get wxGTK from their people to get the correct patch. To do that, you need to build wxGTK and FileZilla from source. Instructions for building 3.15 on Hardy are here . It works the exact same with 3.16 and Intrepid. Get the latest...
- 2008-12-31 21:20
- Forum: FileZilla and FileZilla Server Development
- Topic: Missing Features
- Replies: 15
- Views: 7270
Re: Missing Features
I hope not, reCAPTCHA does not work properly if you use noScript. ASIRRA I don't know, but it's likely not better. Whitelist *.filezilla-project.org and *.recaptcha.net. :P NoScript isn't so you never run JavaScript. It's so you can control which ones to run. If you just want to be a Luddite and di...
- 2008-12-31 13:12
- Forum: FileZilla Client Support
- Topic: Compare is showing green files when they should be the same
- Replies: 3
- Views: 1847
Re: Compare is showing green files when they should be the same
FTP doesn't provide any method to ensure directories are 100% synchronized. You can choose to compare by date (be sure to enable preserve timestamps in the client), but this still has the problem that the remote server often only gives the date and no time (it depends on the server configuration). A...
- 2008-12-31 12:20
- Forum: FileZilla Client Support
- Topic: wp-admin
- Replies: 6
- Views: 2480
Re: wp-admin
There is *no undelete* command in FTP. You delete something remotely and it's gone for good. Thus, you should always keep a backup of any site you actually care about, or consider altering the permissions to make the files read only (4 or 5 with execute for the owner's portion of the octet).
- 2008-12-31 12:14
- Forum: FileZilla Client Support
- Topic: CHMOD Won't Change on Root Folder (Always 0) So, getting 403
- Replies: 8
- Views: 3128
Re: CHMOD Won't Change on Root Folder (Always 0) So, getting 403
Root folder is supposed to be owned by root and set to CHMOD 755. It's supposed to be owned by root to prevent you from accidentally deleting it. I'm guessing they forgot that bit.
- 2008-12-31 11:39
- Forum: FileZilla Client Support
- Topic: Command line / script usage?
- Replies: 16
- Views: 17166
Re: Command line / script usage?
Use wget. Use the --timestamping flag if you only want to download newer files.garberfc wrote:Yes, but it won't download the files recursively. It actually attempts and fails to download the directory itself...
Or try ncftp and use the batch commands.