close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Advice
0 votes
1 replies
74 views

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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:...

15 30 50 per page
1
2 3 4 5
937