14,043 questions
Advice
0
votes
1
replies
74
views
How can I provide a static outbound IP for Azure Container Apps to support third-party IP whitelisting?
I have an Azure Container App deployed in a custom VNet. An external partner requires all outbound FTP connections to originate from a single static public IP that they can whitelist.
Azure Container ...
Advice
0
votes
1
replies
96
views
How can I get a copy of my web-hosted database to plug into BI software?
Context
I'm a database admin for a small organisation, using Access Charity CRM a web-hosted SaaS database system that includes an API that can connect to a FTP site. I'm operating within a Microsoft ...
Best practices
0
votes
3
replies
140
views
WordPress XML Import alters media filenames breaking inline image links in posts
I am currently migrating an old WordPress site to a new staging website with a new design. I used the WordPress Exporter/Importer tool to move posts and media from the old Website to the new one. ...
Advice
0
votes
5
replies
205
views
How can I copy a WordPress/WooCommerce site from hosting to a local environment?
I have access to a Sered hosting account for a WordPress/WooCommerce site, and I need to set it up locally for development.
I’m new to working with hosting panels, so I’m unsure what I need to export ...
Tooling
2
votes
0
replies
63
views
What should be used in Jenkins pipelines for FTP operations like download, delete, move, or rename?
I am working with a Jenkins pipeline that needs to perform several FTP operations such as:
Download files from an FTP server
Delete files or folders
Move or rename files and directories
I found the ...
Score of 3
1 answer
157 views
PHP - cURL library - curl_error() "Illegal port number in EPSV reply"
Here is my code (fake data of course):
<?php
error_reporting(E_ALL);
ini_set('display_errors', '1');
$curl = curl_init();
$file = fopen("x.x", 'w');
curl_setopt($curl, CURLOPT_URL, &...
Advice
0
votes
3
replies
77
views
How does the TCP "Time_Wait" work together with FTP?
Can someone explain to me the way Time_Wait in TCP is working? I'm doing some testing with FTP on IIS Windows in passive mode and allowed only one single Port as Data Channel.
I did several commands ...
Score of 2
1 answer
103 views
Is there something wrong with commons-net-3.12.0.jar when I get java.lang.NoClassDefFoundError?
I got this crash report:
Exception java.lang.NoClassDefFoundError:
at org.apache.commons.net.SocketClient.disconnect (SocketClient.java:329)
at org.apache.commons.net.ftp.FTP.disconnect (FTP.java:...
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 0
0 answers
120 views
System.Net.WebException: The remote server returned an error: (426) Connection closed
Can anyone help please?
I'm trying to write a C# desktop app which will access a FTP server and fetch a file. For development, I have one remote FTP server and one on my LAN.
I can access both using ...
Score of 1
1 answer
76 views
KeyError when trying to access Symbol columns from NASDAQ Other Symbols FTP export
I am trying to make a program to get a list of all (or at least almost all) USA listed stocks on all exchanges. I got AI to generate the following program suggestion:
import pandas as pd
from ftplib ...
Score of 1
1 answer
166 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 0
1 answer
174 views
FTPError: 550 No such file or directory [closed]
I'm using FTP-Deploy-Action to push my code on my server.
But I sometime gets the following error in my CI
FTPError: 550 /my-folder/my-file: No such file or directory
at FTPContext....
Score of 0
1 answer
124 views
Change file permissions on FTP server using powershell
I have a file I need to upload to an ftp server using powershell. The upload works, but I need to set the file permissions on the ftp server. I can't figure out how this is done.
Upload script:
$ftp ...
Score of -1
1 answer
122 views
Why does FtpUpload@2 suceed sometimes and sometimes fail when updating the ftp server when using Azure DevOps?
I have a pipeline which runs Monday - Friday and usually it will work as expected and update the web app.
However every now and then (about 1 a week) it will fail with this error.
##[warning]FTPError:...