654 questions
1 vote
1 answer
123 views
GnuTLS error -110 and 425 error when connecting with FtpWebRequest to FileZilla server
I'm a student learning about VB Net and I got a task to create a program in VB that allows me to upload files using FTP. But I always get this error despite the file being successfully transferred to ...
0 votes
0 answers
140 views
Website made using Typescript and React is working on localhost but getting a MIME type error when deploying on a server using Filezilla
I have made a website which is running perfectly on localhost but when I uploaded it on the hosting platform freehosting using Filezilla, I am getting the error: Failed to load module script: ...
5 votes
1 answer
1k views
Android FTPS Upload Issue: '425 Unable to build data connection: TLS session of data connection not resumed' [duplicate]
In my android App, I'm trying to connect and upload files to my FTPS server (using port 21), which is essentially FTP with TLS. The server is a FileZilla Server that works perfectly fine with the ...
0 votes
1 answer
293 views
Powershell script with FIleZilla Pro CLI script embedded - how to properly iterate over local and remote paths
I have a scenario where I need to ftp thousands of files from a remote server to an intermediate - the intermediate has the ftp server installed - then from there to the destination server, Due to ...
1 vote
1 answer
96 views
FileZilla Pro CLI - override the prompt if the file exists
When using Pro CLI in Powershell I need to override the prompt if the file exists when doing a 'put'. I have the following but still get the prompt, is this correct? $scriptContent = @" open sftp:...
1 vote
2 answers
117 views
FileZilla's libfilezilla component won't build due to missing GnuTLS
I am attempting to build FileZilla 3 from source according to the steps here: https://wiki.filezilla-project.org/Compiling_FileZilla_3_under_Windows I got successfully all the way to the Building ...
0 votes
1 answer
578 views
SFTP using Jump/bastion Server using public key authentication
Let assume that I have a client machine C, a jump server J, and a destination server D. I want a setup where I connect/SFTP with C -> D via J. It is working with password authentication and ...
0 votes
0 answers
254 views
How to Access and Modify wp-config.php via FTP on AWS, Backup WordPress Site, and Update Plugins
I need to: Access the wp-config.php file via FTP (SSH) using Filezilla, WinSCP, or Ubuntu Linux on a VM. Toggle the logic from define('DISALLOW_FILE_MODS', true); to define('DISALLOW_FILE_MODS', ...
-1 votes
1 answer
544 views
How to implement an FTP client when using a Filezilla server on the same computer
Hello my final target will be to write a program to send files through sftp to ax external server. In order to understand I decided before to go through ftp working with Filezilla server. So my idea ...
0 votes
0 answers
45 views
FTP connect with Windows powershell after setting the firewall port and passive-mode checked [duplicate]
I have encountered some issues when clients connect to the server using FTP. Specifically: When the client uses File Explorer to open ftp://192.XXX.XXX.XXX, they can browse the files successfully, as ...
0 votes
2 answers
350 views
How to read an output of filezilla-server-crypt command with a cmd/batch script?
in order to migrate an FTP database to an SFTP database, I need to create a script that modifies a xml file. For the user, I need to encrypt the password. I've found that a file called filezilla-...
-1 votes
1 answer
124 views
How to fix extra empty lines in files that are downloaded by FileZilla Client and Uploaded by VS code
I have problem when i upload file to remove server with VS code and extension SFTP then if i download same file with FileZilla Client and open with VS code im getting a lot of extra empty lines. How ...
0 votes
0 answers
164 views
How can I connect to my FTPS server made with Java?
I recently created an FTPS server in Java and now I want to connect to it. Firstly I create a keystore file using Powershell Terminal : keytool -genkey -alias mykeystore -keyalg RSA -keystore keystore....
0 votes
1 answer
181 views
Is it possible to update my PHP website hosted on an FTP server when the database is located on separate XAMPP server? If so, how can I achieve this?
I am seeking information on the feasibility of updating a PHP website hosted on an FTP server when the website's database is located on a separate XAMPP server. I am interested in understanding if ...
11 votes
3 answers
10k views
An error occurred saving the transfer queue [closed]
I'm using macOS M1 and I'm having this problem after updating Filezilla: An error occurred saving the transfer queue to /Users/pradeep/.config/filezilla/queue.sqlite3. Some queue items might not have ...