FileZilla is an open-source FTP project. It has a cross-platform client and a Windows-only server software. Note: Questions MUST be programming related.
Questions tagged [filezilla]
654 questions
4
votes
3 answers
Run Atom editor as root in FileZilla for view/edit files
I know how to open/edit files from the server in FileZilla. I set up this:
/usr/bin/atom
in edit -> settings -> file editing
But the problem is that it opens the file in non-root Atom mode.
How to open file in Atom editor as root?

Asymetriko
- 41
- 1
- 4
4
votes
4 answers
Push website updates without affecting the user
I'm working on my first website right now, and when I'm updating a file (uploading the newest version to the server), for example the stylesheet or a .php file, and I try to load the page halfway through it being uploaded/changed, I get a blank…

frosty
- 2,779
- 6
- 34
- 63
4
votes
3 answers
Filezilla client vs filezilla server
difference between filezilla client and filezilla server.I have been using filezilla client for past few days and while downloading Filezilla i come across two options filezilla client and file zilla server.After searching many sites for the info…

Parvez Shaikh
- 111
- 1
- 1
- 2
4
votes
2 answers
Created Date of file via ftp
Good Day!
How to get created date of a file via ftp?.
Im using web2py,python,ftplib and filezilla as a ftp server. I can get the modified date via f.sendcmd('MDTM '+filename).
Any suggestions? Thanks!

user3005006
- 41
- 1
- 2
4
votes
3 answers
How can I CHMOD files/directories on Windows Azure?
I am using FileZilla FTP to right click and change a directories File Permissions as I do on many other sites/servers. For some reason this is not working in Windows Azure. It outputs in FileZilla "500 'SITE CHMOD 777 (mydirectory)': command not…

DevKev
- 5,714
- 6
- 24
- 29
4
votes
1 answer
Ftp upload with Powershell vs FileZilla
With a 210MB file, using a script like below takes a little over 10 minutes with Powershell:
$webclient = New-Object System.Net.WebClient
$uri1 = New-Object System.Uri($Ftp2)
$webclient.UploadFile($uri1, $File2)
However, using FileZilla, it takes…

eych
- 1,262
- 2
- 16
- 37
4
votes
4 answers
FileZilla Connection timed out, Error Connecting to Server
I am having an issue with FileZilla, when I try access my FTP account, I get this:
Status: Connecting to xxx.xxx.xxx.xxx:xx (Ip adds:port)
Error: Connection timed out
Error: Could not connect to server
Status: Waiting to retry...
Status:…

Som
- 950
- 2
- 16
- 29
4
votes
2 answers
Why does FileZilla work without knowing any keys, but WinSCP doesn't?
I got the connection details of a SFTP server, connected to it with FileZilla, and then successfully downloaded a file from that SFTP.
The only details I had was host, port, user and pass.
Now I'm trying to connect to this same server trough WinSCP…

Michiel Cornille
- 2,067
- 1
- 19
- 42
3
votes
1 answer
replace WinSCP with FileZilla - is this possible?
well i am a admirer of the superb WinSCP (see http://winscp.net ) FTP-client for many years. Several months i switched to Linux - now i run a OpenSuse 11.4.
Question - can i replace WinSCP with FileZilla - is this possible
Well i did not yet got…

dilbert
- 33
- 1
- 5
3
votes
1 answer
How to establish a FTPS data connection to a FileZilla Server 1.2.0
It is a known problem to use the Java FTPSClient of Apache commons-net with session resumption. Session resumption is a security feature which a FTPS server can require for data connections. The Apache FTPSClient does not support session resumption,…

mperktold
- 436
- 4
- 14
3
votes
7 answers
Is there a program like Filezilla that handles MySQL tables?
I'm looking for a way to use something else than PHPmyadmin. Are there any tools out there that can let me do this?

John Doe
- 3,559
- 15
- 62
- 111
3
votes
1 answer
FTP in PHP script and command line fails with 553, but Filezilla transfers OK
I'm getting a weird FTP failure in a PHP script. I've recreated the failure just using command line FTP, so I think I can eliminate PHP from my enquiries.
Using command line FTP in Ubuntu 10.10, I can connect to my FTP server, log in, list…

Mark B
- 4,768
- 2
- 25
- 30
3
votes
1 answer
Amazon EC2 Windows 2008 FTP Issues - Cannot get directory listing
Does anyone have a foolproof way to FTP to Windows 2008 EC2 Instances? I had mine working perfectly after following a lot of online guides from other users. Then it started deteriorating, intermittently giving a "Failed to get directory listing…

Jordan
- 327
- 1
- 3
- 15
3
votes
4 answers
how to program to integrate with filezilla in C#.[sftp]
I would like to integrate FileZilla with my application written in C#.
please someone show me sample code or web site that shows sample code.
although i found article on web, and that article was saying
"application is integrated with FileZilla is…

Yamachan
- 71
- 1
- 2
- 10
3
votes
3 answers
Raspberry Pi Filezilla Permission
I was playing with my pi server and changing settings. When I tried to upload a file via filezilla I realized that its giving an error (553 Could not create file.). I can upload and create files in home/pi folder but I can't do anything in www…

dan dadadadan
- 143
- 1
- 2
- 8