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
-1
votes
1 answer

enable ssl connection filezilla throught powershell

is there any way to enable ssl/tls on a running filezilla ftp server using powershell script? i found info on how to do it in iis (here) but not for filezilla. any tip?
-2
votes
1 answer

Where do I start for coding a connection to Filezilla in Android?

I'm creating an app where you have to download a txt file online. This file is availible only on filezilla. Having looked around, I still have not found a concrete answer on where to start. I simply want to download this file,parse it and display…
-2
votes
1 answer

Uploading MVC to Filezilla

When I run my application, the link is: http://localhost:1234/Account/LogOn But when I upload it to Filezilla, I go: http://0.0.0.0/Account/LogOn and it says "The resource cannot be found." Which is the correct path?
dfgj fghjk
  • 41
  • 1
  • 2
  • 7
-2
votes
1 answer

Deploy React Project wiht FileZilla

I wanted to deploy a react project. I used the npm run build command to create a build folder for deployment. Somehow, i dont know where the output ont this build folder is. Can someone explain to me, how i should proceed?
crvxッ
  • 60
  • 7
-2
votes
1 answer

Website deployed on AWS EC2 Using FileZilla isn't showing live changes

My organization is using AWS and I connected to it using FileZilla. Server Folder Path: Source -> Website Folder ---> Client ------> All files visible here which are things from the create-react-app Specifically: Build, Node_modules, Public, Src,…
Jordan Brown
  • 439
  • 3
  • 12
-2
votes
1 answer

filezilla can't connect to vsftpd with TLS, but does work with unencrypted connection

I set up my server on centos7 From client side(not localhost), I can connect and transfer files to server with unencrypted connection but can't connect with TLS It's my…
GrSED
  • 3
  • 2
-2
votes
2 answers

Ho do I fixe permission denied when trying to upload a file to my wordpress server using file zila

please can anyone help with a solution? am getting an error message that says permission denied anytime I try to upload files to my (LEMP) server using File Zila. I have tried changing the file permission in File Zilla to 777 but still does not…
-2
votes
1 answer

php file downloading instead of showing up on browser?

I'm running this from Filezilla remote server anyone have any solution
ahmed
  • 9
  • 3
-2
votes
1 answer

Deleting a large directory using sftp

I have to delete a directory with a large number of files on a GoDaddy server. The hosting plan only gives me SFTP access without any in-browser file manager. So right-clcik delete folder is not an option. So, I am using FileZilla to delete the…
nshunz
  • 253
  • 1
  • 11
-2
votes
3 answers

how to upload Php code into sub-domain using filezilla

how to upload Php code into sub-domain using filezilla...
gourav
  • 1,397
  • 5
  • 20
  • 31
-2
votes
1 answer

SyntaxError: net-sftp.rb:48: syntax error, unexpected tCONSTANT puts 'File transfer complete' in Ruby from Filezilla Client to localhost

I am doing Automation testing running JRuby with ConEmu to put files from my Filezila Client to my local host. It should not be to the remote server. Getting errors when I try running the below code in Ruby for establishing the connection.…
mcne65
  • 1
  • 3
-2
votes
2 answers

find files in AWS

I update a company website which recently began hosting with AWS. I am used to accessing the files via ftp using Filezilla. I have been thru several tutorials and finally was able to get Filezilla connected with an instance. But the files I used to…
-2
votes
1 answer

Move WordPress site from Yahoo Small Business

I am trying to move a site from Yahoo Small Business to a local hosting company. I am able to log in to the host with FileZilla. I have also downloaded the files from YSB and have them locally. But the local hosting company gave me a test host…
Aurora
  • 1
-2
votes
1 answer

EC2 Wordpress instance SFTP connection failing to show wordpress files

Im very new to all of this. I've successfully created an Amazon EC2 instance and installed wordpress. I've used SFTP to successfully connect. The problem now is that I cannot find any of the wordpress files. I'm used to finding those files in…
user791187
  • 657
  • 3
  • 11
  • 23
-2
votes
1 answer

How to upload WooCommerce/WordPress website through ftp

I have a WooCommerce website with full working condition have products, comments, pages etc. I would like to transfer my website from current WordPress hosting to another WordPress hosting. So I downloaded the whole website through FTP (FileZilla).…