Difference between revisions of "Talk:FAQ"

From FileZilla Wiki
Jump to navigationJump to search
Line 105: Line 105:
 
There, not a great answer, but at least and attempt at one!
 
There, not a great answer, but at least and attempt at one!
  
Here is another way to look at it...  the FTP client initiates the file transfer, and specifies the address (of the FTP server) with which it wants to exchange files. e.g. if you are running a Windows machine, and you use a command window to enter "ftp xxxxx", you are running an FTP client, and wish to transfer files to/from FTP server "xxxxx".  The user ID's etc. are defined at the server, and referenced by the client.  The server sits and waits for clients to sign on and initiated file transfers.  The file transfer can go from the client to the server (upload) or from the server to the client (download) but are always initiated by the client.  I hope this helps!
+
Here is another way to look at it...  the FTP client initiates the file transfer, and specifies the address (of the FTP server) with which it wants to exchange files. e.g. if you are running a Windows machine, and you use a command window to enter "ftp xxxxx", you are running an FTP client, and wish to transfer files to/from FTP server "xxxxx".  The user ID's etc. are defined at the server, and referenced by the client.  The server sits and waits for clients to sign on and initiate file transfers.  The file transfer can go from the client to the server (upload) or from the server to the client (download) but are always initiated by the client.  I hope this helps!
  
 
== Login slow ==
 
== Login slow ==

Revision as of 17:32, 8 March 2009

Purpose of FAQ

The FAQ is to provide answers to common questions, not to ask questions. CodeSquid 13:39, 25 July 2007 (CEST)

Documentation needed on which FTP commands are supported

For example, I need to know if FZS supports the STOU command, but I have found no such list or discussion.

You could use the HELP command to get a list of all known commands. --CodeSquid 20:53, 28 September 2007 (CEST)

How to use behind a firewall

Filezilla 3.0.1 appears not to provide any support for FTP proxies. A FAQ should be answered as to why an official release doesn't support this feature.

FileZilla server and dynamic IP address

In the chapter that talks about the server behind a firewall, it tells "you can also choose to retrieve the ip address from a website". Can anybody describe what content expects FileZilla server from the external website? Some concrete syntax to recognize the correct IP string? (the external website can show various IP informations)

Regarding a passive-mode FTP server behind a firewall

When the client requests PASV mode, the server responds back with a PORT command, such as, "227 Entering Passive Mode (127,0,0,1,78,52)". In order for passive mode to work properly, the passive mode response needs to contain the FTP server's PRIVATE IP address. Your "passive mode settings" window suggests this should be the external/public IP address. The private IP address assists the firewall's nat proxy in maintaining the connection across network address translation. Many FTP NAT proxies will drop the 227 passive mode response, if the public IP address is sent in the 227 message.

FAQ page locked

The FAQ page is locked, this prevents friendly people helping keep it up to date, eg (see General FAQ #3)

FileZilla 3 has now been released for all platforms on 2007-10-17 (version FileZilla 3.0.2). Current version is now 3.0.4.1 (2007-11-27).

Questions

How can I make a shortcut of filezilla at Linux Debian Desktop because it is different than windows?

apt-get install filezilla --CodeSquid 20:14, 3 July 2008 (UTC)
Export sitemanager settings

Has anyone figured out how to import old sitemanager settings [filezilla.xml] to filezilla 3 on vista? please share the knowledge!

  • export the settings from FileZilla2 using File | Site Manager then in the window that opens select File | Export
  • see here for how to import the settings or visit the forum.

Please use the forums (http://filezilla.sourceforge.net/forum) to ask questions. The talk pages are purely to discuss the content of these pages, not for support questions.

Perhaps a wiki is also a good forum to ask questions?

Use the forums to ask questions, keep the wiki to provide concrete solutions. --CodeSquid 01:32, 30 October 2007 (CET)

I want to add a FAQ

FAQ: I am having trouble transferring log files. I get an error "550 can't access file." on both the server interface and the FTP client.

Answer: Often log files are locked for writing by the process that they are logging. In order to transfer this type of file, open the Server Options, go to the Miscellaneous node, and select "Allow downloading of files which are open for writing by another process"

It probably isn't a FAQ, but the FAQ is the only server documentation you have so far.

Fulfills the AQ part of FAQ, but certainly not the F one. Seen this question for the first time now. --CodeSquid 02:25, 22 November 2007 (CET)

Better overview for FAQ

Hi, it's the first time I visit this FAQ. The first thing I noticed is that there is no index. I think an Index would give an better overview, and I don't need to search for informations in the details of the FAQ-text. regards Antonio.

Robert07's comments on the FAQ

  • Thanks so much to the dev team and all the support folks for making a wonderful piece of software complete with forums and wiki!
  • FileZilla Client FAQ question #5 is about where settings are stored. From my own experience just now, in WinXP there are several .xml files and they're located under %USERPROFILE%\Application Data\FileZilla, not under the directory FileZilla installs into. And for me that's a problem because it complicates automated installs and uninstalls.
  • General FAQ question #3 is about what "FileZilla 3" is. It says that it is in Beta. But I saw nothing through the download process saying that v3 is in beta and I don't see links to v2 anywhere. Also, the standard help-shortcut (F1) doesn't bring up any help and, a little ironically, under the "Help" pull down menu there is no help. And there are no .hlp or .chm help files included that I can find. So it does "feel" like it's still in beta in that sense.

I don't get it

How do I add files to my server? For instance, I want to create an FTP server to prove Linux ISOs to the computers on my LAN. However, I don't see any option that allows me to add files. I don't even understand how this thing works. Is this program fully developed? I'm using Filezilla server, but it looks more like a client. I see now. It's Edit > Users/Groups. A picture would be nice. Perhaps something that actually tells me about adding files. I mean, seriously, it's a server. Why not tell people how to serve files instead of this "alias" junk.


ANSWER : That's because you just drag the files from the explore window of your computer to the explore window of the server.

Question : how do I set the proxy?

I have a proxy address I use in the browsers http://aaa.bbb.ccc:80 but no idea how to set it in the 'FTp Proxy' section of the client.


Aliases: FAQ answers the "explanation" in FZ server

Time and again I tried to follow the explanation in the product e.g. 0.9.25 beta and never managed to get it to work (it suggests you use c:\pub\somedir). Putting in an alias of /FOO created the link folder just fine. Thankyou FAQ.

I want to automate FZ

Can you tell me how to automate FZ to connect to specific hours? Thanks for your assistance lcomande@hotmail.com

FAQ: The Difference between FTP Server and FTP Client

Where's the FAQ that tells us the differences between a FTP Server and a FTP Client?

Where's the FAQ that tells us what a FTP server does compared to what a FTP client does?

How are we to know which one we need, or are we supposed to use both? I went to the FileZilla support forums and couldn't find the answers there, either.


At some point I have to draw a line and just expect users to know at least the most basic things. Everybody with a computer should know what a client and what a server is. Everybody has in some point of his live been a client in a restaurant and has ordered (and later received) food from a server. --CodeSquid 21:26, 26 June 2008 (UTC)


Sorry - I think that's a crappy answer. I'm pretty good with computers, but this is the first time that I've had to deal with an FTP client. I've even built websites before, but they were with software that took care of all of that for me. Now, I am starting to use the FTP client with my webserver and it is WAY to slow, so I need filezilla. I actually went looking for nearly the same question: do I download the filezilla that works with my computer (a iMac) or do I download the filezilla that is for Linux, since my server is Linux-based. We are ALL learning here and what might be obvious to you, confuses someone else until THEY learn the answer. There WAS a point in your past where even YOU didn't know the difference between an FTP server and and FTP client. I'm still a bit confused on it, but not as confused as I was a week ago, and that's only because I was forced to use godaddys FTP client, so I began to understand what it is. Behaving like a judgemental know-it-all does no one any good. Answering the question would have been much more helpful.

I'll give the question ago, even though I am just barely above the clod-level that you deem the asker of the question. FTP stands for File Transfer Protocal. Basically it seems to be the way to get the files that sit on your computer (local) up onto a webserver (remote) like when you want to get a picture that you took with your digital camera posted up to the web. When you have to load a lot of stuff to build a website, it is the FTP client that is your gateway to the webserver. I use godaddy and you actually go into a window in godaddy that's called FTP client and there you can copy files from your computer to godaddy server. I'm still not sure about FTP server per se, but you can probably get more info by googling it.

There, not a great answer, but at least and attempt at one!

Here is another way to look at it... the FTP client initiates the file transfer, and specifies the address (of the FTP server) with which it wants to exchange files. e.g. if you are running a Windows machine, and you use a command window to enter "ftp xxxxx", you are running an FTP client, and wish to transfer files to/from FTP server "xxxxx". The user ID's etc. are defined at the server, and referenced by the client. The server sits and waits for clients to sign on and initiate file transfers. The file transfer can go from the client to the server (upload) or from the server to the client (download) but are always initiated by the client. I hope this helps!

Login slow

I get a good transfer rate, but the login time is anormally long, about 1 s between every FTP command. (USER, PASS and PWD). Then everything works fine, every command sent after that respond with no delay.

Why is this ? --83.115.203.112 10:14, 29 June 2008 (UTC)

Preserving Timestamps of the Original File

WE are trying to transfer files using version 3.1.1.1 and have used the settings option to only transfer files that have changed in size or date. However when files are transferred the date changes to todays date for the files that are written to the new location. Is their a setting which preserves the original timestamp on the file.

regards

Phil

<nowiki> the Example Address

Can someone please put <nowiki>s and <code>s around the example address ftp://root:secretpw@filezilla.sourceforge.net/htdocs/ in the Command Line options section so people aren't tempted to think it's an actual link to... um... command line options documentation? Thanks. --Tometheus 19:57, 30 August 2008 (UTC)

I want to add a FAQ

OS: Windows - What if the FileZilla Server Interface does not Log on to the Server?

Answer: Make sure the "Application Layer Gateway Service" is enabled and Running. You can find this option by Clicking Start --> Run... --> then type "msconfig" --> select the tab "Services"

Wrong. ALG is known to actively sabotage FTP. Make sure it is disabled and not running. --CodeSquid 22:55, 18 September 2008 (UTC)

Using FileZilla as default ftp protocol handler

Suggested FAQ: How do I set up the FileZilla client to be the default program to handle ftp urls?


.HTACCESS FILES

Can any one point out or edit this to reflect how you can access the .htaccess file once you have created one and logged back in as I cannot see a command on the menus that changes the show system / hidden files

Use the forums

Use the forums to ask questions. The Wiki is purely to provide solutions. --CodeSquid 08:06, 3 March 2009 (UTC)