Questions tagged [filezilla]

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.

654 questions
3
votes
4 answers

How to lock file in Ubuntu server when editing

It's my first time developing a project with other developers (only two, right now). Our idea is to edit the files right from the server, using a FTP/SFTP software such as FileZilla. We want that any file opened for editing become blocked, so the…
Rodrigo
  • 4,706
  • 6
  • 51
  • 94
3
votes
1 answer

Is an FTP error (503 Bad sequence of commands) the result of a client issue or a server issue

I have an FTP server running on an AWS virtual server. We have about 100 users connecting to it over the course of a day, uploading images and other files. All but one are working perfectly. Files come in, not a problem. We have 1 single user…
Ads
  • 2,084
  • 2
  • 24
  • 34
3
votes
1 answer

Apache Mina SSHD - FileZilla shows wrong directory structure

I set up an SSH Server as an SFTP Server with Apache Mina SSHD. I implemented my own FileSystemFactory, so that specific directories are created for the user that logs in. When I open a connection to the server with FileZilla, the directory…
nlsn
  • 53
  • 5
3
votes
1 answer

FileZilla, 'sftp' command on Linux won't connect to specific server. SSH works, and on Windows everything works correctly

I've got a specific server (let's call it some.server.com) for which I'm not the administrator, but I've got an user account for which SSH is enabled (it works on both Windows with PuTTY, and Linux with the default ssh command), and I want to access…
rpinheiro
  • 157
  • 1
  • 11
3
votes
3 answers

Filezilla some files transferred Failed. How to re-transfer failed files

I'm trying to upload files to server using filezilla, most of my files are uploaded but some files failed to transfer..But I didn't see which files are failed. It takes hours to upload all the files again.. Anyone please help me to solve this issue,…
Shaswat Acharya
  • 41
  • 1
  • 1
  • 2
3
votes
2 answers

When downloading a site, why does Filezilla ask about overwrites?

Sometimes when I download a fresh instance of a website (for backup purposes), Filezilla will ask me if I want to overwrite a file. I'm downloading the hierarchy straight from the FTP, I've never downloaded it before, so how could there possibly be…
CSS Apprentice
  • 899
  • 1
  • 16
  • 29
3
votes
1 answer

SFTP automation Using WinSCP or FileZilla

So, as part of my daily jobs, I have to transfer a one file from our customers server to our internal server and any responses back. Each customer effectively has one file up and one file down each day. I have an SFTP server here that I can use and…
AliHardy
  • 31
  • 1
  • 3
3
votes
3 answers

FTP File Upload doesn't work - uploads empty files

Here's my problem. I have to edit the file of a website. The client gave me the ftp data. When I connect everything works fine until I wanted to edit the file. When I was done editing and wanted to save it, it got replaced with an empty file on the…
sherban1988
  • 31
  • 1
  • 1
  • 3
3
votes
5 answers

filezilla Connection timed out

This might seem like a duplicate question but it is not. I tried to go through similar questions but I couldn't find a fix for my problem. Here is my problem: I need to set up an ftp connection on company servers. I can easily connect to ftp server…
user2769069
  • 39
  • 1
  • 3
3
votes
1 answer

FTP Connection Timed out 421 : parser error

The question has beed edited. I am trying to list all the files in a FTP directory - and though the code works fine when run in a normal Netbeans project, when using the same code in a Maven project its results in a connection timed out 421 . How…
Raja
  • 305
  • 2
  • 4
  • 14
3
votes
1 answer

Russian characters are turned junk when using Filezilla to FTP

When I tried to FTP Russian named files, it is showing as "junk" characters in Linux machine. But when I copied the Russian names it is correctly showing up. Is there any settings or anything need to be done in Filezilla during FTP. I tried with…
Liju Mathew
  • 871
  • 1
  • 18
  • 31
3
votes
3 answers

Notepad++ inserts a blank line between each line of code when uploading file with filezilla

I want to download php files from my sever with Filezilla, in order to back them up and to back them up on my computer. So before making any change of code I'd be certain to have the lastest version that used to work. When tired at night, it is too…
SunnyOne
  • 197
  • 5
  • 15
3
votes
0 answers

Cannot select key on Macintosh with Filezilla

I am trying to use FileZilla -> Preferences -> Connection -> SFTP to import my ssh key, but that key is in the hidden ~/.ssh directory. The file selection box does not see it. Any suggestions?
EastsideDev
  • 6,257
  • 9
  • 59
  • 116
2
votes
1 answer

Is there a way on how to integrate TortoiseSVN with FileZilla?

I am using Tortoise1.6, SubversionEdge for SVN CMS and FileZilla3 (Test Server has CentOS as Server). Let's assume the scenario: - Test Server exists - here, developers have direct access; used for user testing - There are 3 members in a team - 2 of…
Temp
  • 310
  • 1
  • 6
  • 16
2
votes
1 answer

Filezilla download works fine, but command line FTP changes file?

Sorry if this is a repeat question. I've looked at other threads, but while there are other questions that are similar, none appear to truly address this question: I have the two files that are needed on an ftp server. If I use filezilla to drag…
JMecham
  • 291
  • 5
  • 17