Questions tagged [filezilla]

An open-source FTP client and server

FileZilla is an open source FTP client or server. For more information visit the homepage.

41 questions
11
votes
8 answers

VSFTPD FileZilla GnuTLS error -15 (unexpected TLS packet was received)

I set up two new CentOS 7 boxes simultaneously, so the configurations should be identical, just different ip addresses and host names. I installed VSFTPD and configured for passive ports. One box connects fine, no issues, however the second box…
Sarah Weinberger
  • 662
  • 5
  • 13
  • 24
4
votes
1 answer

Is there any FileZilla Server alternative (GUI based) in Linux?

I'm wondering is there any alternative to FileZilla server in Linux? I'm looking for a server with GUI manager which offers nearly zero configuration so I can run and manage FileZilla server within 5 min while PureFTPd needs at least 2 hrs and…
mbnoimi
  • 181
  • 2
  • 6
3
votes
2 answers

Can't copy/move between filesystems with SFTP

Are there any limitations on SFTP that prevents a user from copying between filesystems? I have a SLES with SFTP, and users can't copy/move files between filesystems, even when the target is chmod 777-ed and the user is root -- Filezilla just says…
gasko peter
  • 5,434
  • 22
  • 83
  • 145
2
votes
0 answers

When I run FileZilla in Ubuntu terminal on Windows 10 I get this Error: Unable to initialize GTK+, is DISPLAY set properly?

I am trying to upload some files from my desktop to my DigitalOcean droplet account, but in order to transfer the files I needed to install FileZilla to make the file transfer. After I installed the app on my Ubuntu 20.04 terminal in Windows 10 and…
Godda
  • 121
  • 3
2
votes
1 answer

Linux server: How does memory get allocated to parallel processes?

I'm a complete newbie, so please excuse my ignorance and/or potentially wrong terminology. I'm using an Ubuntu server through ssh for brain image processing (one command with several programs, execution takes ~4-5 hours per brain), which I run…
Jana
  • 29
  • 1
2
votes
2 answers

How to fix FTP permission issue?

Have set up an FTP server and user. but it seems I'm unable to upload or edit any file. Even though the user has filled 777 permission. I can't even upload files to the user's root folder. Server OS: Ubuntu Client OS windows FTP server/ Client:…
yoni349
  • 31
  • 1
  • 4
2
votes
1 answer

RHEL 7.4 update breaks FileZilla SFTP

After updating several of my web servers last night we are now unable to connect to them with FileZilla SFTP client. Here's the FileZilla log: 2017-08-09 16:26:54 7294 3 Status: Connecting to my.rhel74.server... 2017-08-09 16:26:54 7294 3 Response:…
a coder
  • 3,184
  • 9
  • 42
  • 63
2
votes
1 answer

Unable to transfer files (put) using ftp or filezilla from windows to ubuntu VM

I've setup a ubuntu 64 bit VM (16.04) using Oracle VirtualBox. Using ftp, I am able to connect to the VM. I am also able to list (ls) the contents of the folder. However I am unable to put files to the VM. C:\>ftp x.x.x.x Connected to x.x.x.x. 220…
Helen Reeves
  • 121
  • 2
2
votes
1 answer

How to add Filezilla to the Linux Mint Panel?

How do you add Filezilla to the Linux Mint Panel if you know what directory it is installed, and it had currently a launcher on the desktop (Cinnamon)?
weather api
2
votes
1 answer

Upload files with FTP to Debian machine give 505 error

I'll upload a CMS to my Debian webserver. If I use FileZilla to upload the files I've got a 505 error. I've installed VSFTPD to the machine and I've set this things only once: anonymous_enable=NO write_enable=YES local_enable=YES After it I've…
user184923
2
votes
0 answers

ftp failing to retrieve directory listing

I'm trying to connect to my ftp server but I'm getting Status: Disconnected from server Status: Connecting to 127.0.0.1:21... Status: Connection established, waiting for welcome message... Status: Logged in Status: Retrieving directory…
Jenia Ivanov
  • 151
  • 1
  • 5
2
votes
1 answer

Locate and manage files on extern hard drive through FileZilla over SSH

I have installed Debian Server on one of my servers and plugged in a extern hard drive to it through USB (sdb1, 2, and 5 on the image below) where I have all my files on right now. Before I used this WD Red hard drive (that are in a cabinet right…
Airikr
  • 121
  • 4
2
votes
1 answer

Directory Contents Not Listed When Connecting To CentOS 7 VSFTPD

OS: CentOS 7 with VSFTPD with firewall turned off for the moment Client: Filezilla VSFTPD Configuration Settings: Used [root@Turbo ~]# vi…
Sarah Weinberger
  • 662
  • 5
  • 13
  • 24
2
votes
4 answers

Why can't I access to my ftp server with my local user account?

First of all I'm using Centos 6 server, putty and wordpress.org I followed the instructions from this link to set up vsftpd and ftp in centos server. For the vsftpd.conf file, these were the changes I …
Voltic
  • 83
  • 1
  • 1
  • 7
1
vote
1 answer

How to install FileZilla on CentOS?

I downloaded FileZilla from here Now how to install this on CentOS? I used yum install filezilla but it is showing errors like: Loaded plugins: fastestmirror, refresh-packagekit, security You need to be root to perform this command. How can I…
ram
  • 143
  • 2
  • 3
  • 8
1
2 3