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
8
votes
2 answers

Connect with filezilla to docker container

I am running docker containers on Google Cloud virtual machine. I am trying for hours to connect from filezilla on my local computer to an running docker container. I have started docker image like this: docker run -t -d --name test -p 2222:22…
8
votes
3 answers

The underlying connection was closed. The server committed a protocol violation

I am trying to get the directory list of a FTPS FileZilla server using the code below : ftpRequest = (FtpWebRequest)FtpWebRequest.Create(host + "/" + directory); ftpRequest.EnableSsl = true; ServicePointManager.ServerCertificateValidationCallback =…
MadNeox
  • 2,453
  • 3
  • 15
  • 26
8
votes
3 answers

Connecting to FTP via VPN

A client has a web server that can only be accessed when on their network. For example sake, let's say my login details are: Server: example.com User: user password: password for when I am on their company's internet. I use either Cyberduck or…
user1319580
  • 165
  • 1
  • 2
  • 10
7
votes
7 answers

css is not working after uploading the file on server with filezilla or cpanel

I have uploaded the file.css file on server with filezilla and also with cpanel. But when i browse the website the css has no impact. I changed: padding-left: 10px; If i see the Page view source i see that the older file is there. What can be the…
cola
  • 12,198
  • 36
  • 105
  • 165
7
votes
4 answers

FileZilla error Could not connect to server

I was trying to connect to my hosting server and I received the error message as below:- Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are…
SPUDERMAN
  • 187
  • 1
  • 1
  • 10
7
votes
2 answers

Accidentally deleted /var/log/apache2 and now can't restart apache

I'm using Ubuntu 14.04 and apache2 and ispconfig 3. Just a few hours ago I accidentally deleted /var/log/apache2 folder include files, now my server can't restart apache2, how can I restore them? or is that log folder and file will auto create by…
Anthony
  • 415
  • 1
  • 3
  • 12
7
votes
1 answer

Error: Connection timed out after 20 seconds of inactivity?

Error: Connection timed out after 20 seconds of inactivity? Error: File transfer failed after transferring 6,094,848 bytes in 190 second
SIL
  • 185
  • 1
  • 2
  • 11
7
votes
6 answers

Filezilla stop connecting after MLSD

I have problem in filezilla connecting to the server through FTP client called FTP. When i try to connect to server i am getting following Status: Connecting to xxx.xxx.xxx.xx:21... Status: Connection established, waiting for welcome…
Pradeep Sanku
  • 201
  • 1
  • 2
  • 13
7
votes
3 answers

FTP Protocol and Deleting Directories

Filezilla is taking forever to delete a nested directory structure from my website. Why does it have to change into each sub directory and delete files instead of just removing the whole top most directory in one go? Is removing a file the only…
6
votes
2 answers

How to publish ASP.NET MVC site with File Zilla using FTP

I made an account to a Web Hosting site which only allows transfers & uploads using FTP. So, I tried hard to figure it out how to publish my Site with FTP. I tried Visual studio Publish but It didn't work. Now I want to upload it manually using File…
Hamza Baig
  • 666
  • 1
  • 7
  • 13
6
votes
1 answer

How to recursivelly delete all files with certain name with FileZilla

I would like to know how can I delete files in bulk with FileZilla. One of my websites have been hacked, and I know that they introduced an info.html file in almost all my WordPress folders. So my question is, if there is a way to bulk delete all…
Alex
  • 517
  • 4
  • 9
  • 22
6
votes
2 answers

Uploading file from SD Card to FileZilla Server

My application is uploading the file from SD Card to the directory on FileZilla FTP Server. After running my appliaction it gives me exception which I am unable to resolve after so many searches. here is the log cat output: 06-24 11:06:53.715:…
Adi
  • 111
  • 1
  • 11
6
votes
4 answers

How to connect to AWS EC2 instance using filezillla?

I have AWS EC2 instance. I am using filezilla 3.8.0 but I cannot connect instance, filezilla doesnt accept account type normal and asking password. When I type user name ubunbu and password blank I received following message: Disconnected: No…
user2334385
  • 73
  • 1
  • 1
  • 5
6
votes
2 answers

Export (migrate) sessions from WinSCP and import into FileZilla

I have been using WinSCP for a while and have decided to give FileZilla another go for a while before I make the final decision. Is there a way to export all my saved sessions from WinSCP and import them into FileZilla?
user1683285
  • 423
  • 2
  • 5
  • 11
6
votes
3 answers

Opening files from Filezilla to console Vim?

Sometimes I have the need to modify files that are in a FTP server, currently I have Filezilla opening them in sublime. But I'm moving to VIM and I haven't found a way to make the file open in VIM console. Probably works flawless for gVim but…
Luis D Urraca
  • 2,024
  • 4
  • 24
  • 46
1 2
3
43 44