650 questions
Score of 2
1 answer
105 views
WinSCP Upload files to nested folders permission denied
I am using WinSCP dll with VB.NET to connect to my Windows 2022 Server. I installed FTP server to enable FTP in the server. Everything seems fine. I can upload, move, delete files and folders using ...
Score of 1
1 answer
169 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 ...
Score of 5
1 answer
1613 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 ...
Score of 0
1 answer
385 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 ...
Score of 1
1 answer
114 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:...
Score of 0
2 answers
161 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 ...
Score of -1
1 answer
682 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 ...
Score of 0
0 answers
297 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', ...
Score of -1
1 answer
620 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 ...
Score of 0
0 answers
55 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 ...
Score of 0
2 answers
387 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-...
Score of -1
1 answer
133 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 ...
Score of 0
0 answers
178 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....
Score of 0
1 answer
205 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 ...
Score of 11
3 answers
10716 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 ...