Displaying 20 results from an estimated 79 matches for "filezilla".
2005 Oct 11
3
Can you reproduce this bug on wine-20050930 like me?
Can you reproduce this bug? Follow these steps:
1. Install Filezilla:
http://prdownloads.sourceforge.net/filezilla/FileZilla_2_2_16_setup.exe?download
2. FTP into the server of your choice
3. Click and drag files from the server to your local
machine (to copy them)
4. Realize now that even though the files have been
copied to your machine, you are still dragging th...
2016 May 20
4
Directory listing fails for specific user
Hello,
We have recently had a new problem with one of the users on one of our servers.
Filezilla claims it connects and authenticates, but then fails to list the directory (although no error message is output, it just eventually times out. There is the full output of filezilla located here: http://pastebin.com/tAVcSP8Y.
>From the server side, the most verbose output I can make it print ca...
2008 Sep 05
1
Filezilla
Does anyone know where I can get the filezilla package for CentOS 5.2.
Thank you.
2012 Sep 26
1
RCURL ftp upload - ASCII or Binary type?
...le tells me that the file I uploaded was of "Binary" type and that his system only accepts "ASCII". So the receiver can see the file but it contains only weird characters.
Surfing the web I found this:
http://www.webweaver.nu/html-tips/ascii-binary.shtml
and indeed, when I try filezilla (http://filezilla-project.org/) to do the same upload, there is a setting in filezilla: "Default transfer type" that can be set to "ASCII" or "Binary". The transfer works fine when using "ASCII" and has same error as in R when using "Binary".
My co...
2006 Apr 28
6
[OT] Ruby ftp client for windows
I know this is off topic, But, my boss has tasked me with finding a better
ftp client than the one in Windows XP. Is there a Ruby client that can
recover dropped connections, ( a resume feature)? Would be nice if it could
handle secure/ encrypted transmissions as well?
Failing that, can anyone recommend a good scriptable ftp client for the
Windows plaftorm?
--
Best Regards,
-Larry
"Work,
2008 Dec 19
6
FTPS setup problem
...=/etc/vsftpd/vsftpd.chroot_list
pam_service_name=vsftpd
userlist_enable=YES
listen=YES
tcp_wrappers=YES
I generated the PEM cert with the following command:
openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout
/etc/vsftpd/vsftpd.pem -out /etc/vsftpd/vsftpd.pem
I tried to connect with FileZilla without luck. I heard that FileZilla
may have a problem with vsftpd in FTPS mode so i downloaded SmartFTP
which i read should be able to connect.
When i try, i get this error message:
SSL/TLS client handshake failed (Error = 0x80090308)
Does anybody could give me a pointer on this?
Thanks...
2018 May 31
2
Definitive guide to setting up FTPIS on vsftpd
I have a new CentOS 7.4 (recently upgraded to 7.5) system that I have been struggling with in configuring vsftpd for FTPS Implicit (port 990).
(The latest instructions I've used are at: https://www.unixmen.com/configure-vsftpd-ssltls-centos-7/)
Using Filezilla client, I get:
Error: GnuTLS error -15: An unexpected TLS packet was received.
Error: Could not connect to server
Using Core FTP LE:
SL/TLS error - 0, SSL error - 1, error:00000001:lib(0):func(0):reason(1)
SSL Connection not established
Using WinSCP:
TLS connect: erro...
2006 Mar 08
12
favorite FTP client of railers
Hi,
Which FTP client would fit in nicely with OS X and Textmate.
Thanks,
Peter
2009 Nov 05
0
Limiting simultaneous sftp downloads..
When I use Filezilla... the default setup will download two files in the
queue
at the same time.
What I would notice is sometimes I could really hear my harddrive thrashing
as it scanned over the disk trying to get data from both files.
Now... it is quite possible that filezilla performs two logins... but it
seems
li...
2018 Jun 06
2
Definitive guide to setting up FTPIS on vsftpd
Followup:
I gave up on the Implicit and configured vsftpd for Explicit, that revealed some configuration errors (displayed on the client, Filezilla in my case). I then corrected these errors and switched back to Implicit and all is well.
Frank M. Ramaekers Jr.
-----Original Message-----
From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Kenneth Porter
Sent: Thursday, May 31, 2018 12:18 PM
To: centos at centos.org
Subject: Re:...
2004 Nov 22
1
ftp ftom outside the local network
...n
uncommented the lines in /etc/vsftpd/vsftpd.conf :
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd.chroot_list
I can access ftp from within network no problem, but using external ip it
will validate login but cannot bring up folders
Any suggestions......
This is the response I get using FileZilla (similar response using CuteFTP)
Status: Connecting to 216.201.247.147 ...
Status: Connected with 216.201.247.147. Waiting for welcome message...
Response: 220 (vsFTPd 1.2.1)
Command: USER ftpadmin
Response: 331 Please specify the password.
Command: PASS ********
Response: 230 Login successful.
Co...
2004 Jun 17
4
SFTP
I'm having problems with a new install of Asterisk (I had to reinstall
because hard drive failed). I've used debian net install this time and
for some reason WS FTP will not connect using SFTP (it keeps coming back
with username and password fail) but when I use Putty to connect with
the same password and username it works no problems.
Any thoughts?
Any other programs I can use for
2016 May 09
3
Cannot get sftp transfers to log in the systemd journal
I'd like to have sshd write entries into the systemd journal logging sftp transfers. From googling, it seems that one needs to edit /etc/ssh/sshd_config adding this line:
Subsystem sftp /usr/lib/ssh/sftp-server -f AUTH -l VERBOSE
I can transfer files via filezilla (sftp) but I don't get anything in `journalctl -u sshd` that shows these transfers, just a few lines showing I connected. What am I doing wrong? I am using version 7.2p2 on Arch Linux. Thanks in advance!
2006 Nov 08
4
[Bug 1258] sftp-server run although Subsystem disabled
...sh >3.8).
The problem I found is : once I have de-activated sftp subsystem by
commenting the "Subsystem" line at the end of the sshd_config file and
restarted the sshd daemon, I can't connect with SFTP command-line
client, so this is the normal behaviour... but when I connect with
filezilla in SFTP mode I can connect and browse/download/upload, I can
see in the syslog trace of sshd that the sftp subsystem was not found :
Nov 8 16:19:15 AIX43P2 sshd[12922]: subsystem request for sftp
Nov 8 16:19:15 AIX43P2 sshd[12922]: subsystem request for sftp failed,
subsystem not found
But the f...
2019 Feb 07
0
[Bug 5124] Parallelize the rsync run using multiple threads and/or connections
...network bandwidth as each
transfer appears to have an overhead for starting and completing the transfer
which makes the effective transfer rate far less than the available network
bandwidth. This is the method one of our pieces of backup software uses to
speed up backups and is also implemented in FileZilla for file transfers.
Consider a very large file that needs to be transferred, along with a number of
small files. In a single transfer mode, all other files would need to wait
while the large file is transferred. If there are multiple transfers happening
concurrently, the smaller files will continue...
2011 Jun 19
1
Transfer my package in CRAN
Hello,
I found a problem to transfer my package on the site
ftp://cran.rproject.org/incoming/ .
Access is not allowed. Please,could you give me the settings for connecting
to your server to transfer my package using the FileZilla.
Best Regards
Fadia
[[alternative HTML version deleted]]
2018 May 23
4
Vsftpd vs. iptables firewall script
Le 23/05/2018 ? 16:36, Nux! a ?crit?:
> Try "iptables -I INPUT" for your FTP rule.
Doesn't work. I redirected all my errors to /var/log/messages, so here's
what I get when I try to connect Filezilla to that server.
May 23 16:48:58 c7-server kernel: +++ IPv4 packet rejected +++ IN=enp0s3
OUT= MAC=08:00:27:00:00:03:d4:85:64:b2:b2:1b:08:00 SRC=192.168.2.2
DST=192.168.2.12 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=30737 DF PROTO=TCP
SPT=51474 DPT=38714 WINDOW=29200 RES=0x00 SYN URGP=0
I'm clueless...
2017 Sep 06
2
Disallow some sftp commands
...ays ago, I received a request from a customer.
He wants to provide sftp users access to a directory tree containing files.
The users must have full rights, but he also wants to avoid moving or
deleting directories. This is mostly to prevent mistakenly drag and
drop from user's graphical client (Filezilla).
Said differently, he wants to protect the directories organization.
First, I tried to find how to do that from system point of view. But it
looks not easilly possible according to what customer wants to do.
So as a proof of concept, I decided to do it from the application side,
modifying the sf...
DO NOT REPLY [Bug 5124] New: Lessons to learn from other tools, better use of resources, speed gains
2007 Dec 06
12
DO NOT REPLY [Bug 5124] New: Lessons to learn from other tools, better use of resources, speed gains
https://bugzilla.samba.org/show_bug.cgi?id=5124
Summary: Lessons to learn from other tools, better use of
resources, speed gains
Product: rsync
Version: 3.0.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo:
2004 Sep 01
2
mouse's wheel problem
Hi,
I'm using Wine 20040813 on a Mandrake 10.0 box, everytime I try to
use the mouse's wheel to scroll up and down in an application
(FileZilla, xmlSpy ...), wine hanged with the following trace
wine: Unhandled exception (thread 0011), starting debugger...
fixme:console:SetConsoleCtrlHandler (0x406005b0,1) - no error
checking or testing yet
WineDbg starting on pid 0x10
Unhandled exception: page fault on read access to 0x00000000 in
32-bi...