python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Sftp Outbound gateway. Fail to list file using regex
I want to lists files recursively as describe through a regex. This is the code that works
@Bean(value = "listFiles")
public IntegrationFlow listFiles() {
IntegrationFlow flow = Integrat...
Azinuddin
Votes: 0
Answers: 1
Is there a way to compare two Get Metadata Activity Child Items in ADF?
Just wondering if someone could help me with a problem I have.
I am trying to set up a Pipeline to download files from an FTP Server into ADLS2, as the Pipeline will run everyday I need it to only dow...
inquisitive_mule
Votes: 0
Answers: 1
Module to move file from one directory to another on ftp server using nodejs
I have tried all the modules like node-ftp, ftp-client, ftp-srv
i found basic-ftp but it allow us to download the file and then upload the file to a directory but i want to move all the files from one...
Mukesh Kashyap
Votes: 0
Answers: 1
PHP ftp_connect in readonly mode
There is a way to establish a read-only ftp connection with PHP?
I only need to do these inside the remote ftp:
ftp_connect
ftp_login
ftp_chdir
ftp_get
ftp_close
If I, for mistake, delete/modify som...
user2342558
Votes: 0
Answers: 1