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
5
votes
1 answer
Filezilla - You do not have permission to list this directory
While I'm trying to upload files from my Mac, I get this message in "Local Site" file list:
You do not have permission to list this directory

Simon
- 456
- 6
- 11
5
votes
1 answer
Directory Listing Denied - FileZilla
I have a website template that I uploaded to my ftp server using FileZilla. However when I visit the domain I get the error:
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
in the console it displays a 403…

RyeGuy
- 4,213
- 10
- 33
- 57
5
votes
1 answer
FileZilla - "The data connection could not be established: ECONNREFUSED - Connection refused by server" when retrieving directory listing
So a couple of days before, I tried creating a Home FTP Server, which I can access from my own network. It worked. But now I want to go further. I wanted my Home FTP Server accessible from any network via an external IPv4 address. So here is my…

Kees van Voorthuizen
- 137
- 2
- 5
- 13
5
votes
2 answers
Received failure with description 'Failure' in while uploading to SFTP server with FileZilla
I faced this issue many times. While uploading or editing any file from FileZilla it its showing error message
Error: error while writing: received failure with description 'Failure'.
After the upload file the file size will be 0 byte.
My server…

JayminLimbachiya
- 971
- 1
- 13
- 19
5
votes
2 answers
FTP in passive mode : EHOSTUNREACH - No route to host
I have a FTP server which was running for about a month without any problem.
Today, I cannot connect to it with filezilla, I get this message :
The data connection could not be established: EHOSTUNREACH - No route to host
I searched on Google/SO…

Arnaud Denoyelle
- 29,980
- 16
- 92
- 148
5
votes
2 answers
Downloading files through filezilla creating extra spaces
when I download certain files like PHP, html, jquery the downloaded file providing extra spaces in between the lines. I am using filezilla as my FTP client.
Is there a setting in Filezilla that would fix this problem

Prajod Menon
- 53
- 4
5
votes
2 answers
Command line option to download file in FileZilla
I am using FileZilla (GUI) to download files from an FTP server. Can any one tell me a command line argument to download file from FTP server to local file system?

wazza
- 770
- 5
- 17
- 42
5
votes
4 answers
How to find out the URL of a file when uploaded with Filezilla
Dear Stackoverflow users,
I would like to know how to find out the URL of a file after it has been uploaded to a file server, so that I can view it in ex. safari.

Toby van Kempen
- 1,447
- 4
- 13
- 20
5
votes
3 answers
Filezilla - need to copy items from server to desktop
This is probably really simply and obvious, but I'm not very familiar with Filezilla and can't afford a mistake.
I need to copy a file from the server to my desktop without actually removing it from the server - the live site needs to remain live…

AMC
- 1,603
- 11
- 43
- 74
5
votes
1 answer
Using R to save images & .csv's, can I use R to upload them to website (use filezilla to do it manually)?
First I should say that a lot of this is over my head, so I apologize in advance for using incorrect terminology and potentially asking an unclear question. I'm doing my best.
Also, I saw ThisPost; is RCurl the tool I want to use for this…

rbatt
- 4,677
- 4
- 23
- 41
5
votes
1 answer
vsftpd : Make sure data transfers are encrypted?
So here is my 'problem', I set up an FTP server thanks to vsftpd so that both login & data transfers should be encrypted.
Here is the interesting part of my vsftpd.conf…

Laurent Dezitter
- 710
- 1
- 8
- 16
4
votes
4 answers
Looping in Bash: syntax error: unexpected end of file
Im new to to this Bash/Shell stuff and got to do some network analysis for a uni assignment.
Just trying to do a simple loop but getting a weird error that have been unable to fix despite a 2 hour google crawl:
#!/bin/bash
x=1
while [ $x -le 5 ]
do
…

Lewis Wheeler
- 220
- 6
- 17
4
votes
2 answers
Why is CF FTP transfer speed multiple times slower than standard FTP?
I have a ColdFusion application that I use to transfer files between our development and production servers. The code that actually sends the files is as follows:
ftp = new…

Sean Walsh
- 8,266
- 3
- 30
- 38
4
votes
0 answers
How to auto refresh remote list, after uploading a local folder to a Storj bucket through FileZilla?
In FileZilla client, when a local folder is dragged and dropped into a remote directory, which part of the FileZilla code is recursively sending command to transfer (upload) all local files and sub-folders (within the selected local folder) to the…

engrvivs
- 41
- 1
4
votes
2 answers
Upload today's files from local directory to SFTP server
Please, I need help loading only current day files from local directory to SFTP server. Apparently, FTP Task in SSIS cannot move to SFTP, only FTP.
Moreover, I have FileZilla. Can I use FileZilla in SSIS? or can I make FileZilla automatically to…

ninying90
- 47
- 1
- 1
- 8