python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Run power shell on machine behind proxy to download FTP files
It's been already 3 days since I find myself stuck. I have no experience with power shell and also no experience with proxy settings.
My problem is: I'm trying to run the following script from a machi...

Bogdan F
Votes: 0
Answers: 0
How to mock and testing an FTP Connection with Mocha
I am using the FTP library to establish an FTP connection to receive files from a specific location. I need to cover with tests mocha
const client = new Client();
const connect = {
host: ...
Vitalii505
Votes: 0
Answers: 0
.NET 6 WebRequest Alternative for FTP
I'm migrating my FTPSender project to .net 6. I was using FTPClient as below
public bool UploadFile(string sourceFile,string destinationUrl)
{
try
{
if...
midoriyakuzan
Votes: 0
Answers: 0
Laravel FTPES connection
I have to connect to FTP server through FTPES protocol in Laravel 8 (PHP 8.0).
I made configuration like:
'ftpes' => [
'driver' => 'ftp',
'host' => 'ftpes://ftp.page.com',
'...
Mikaru
Votes: 0
Answers: 1