Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Volodymyr
2019-08-27T18:53:41Z
Hi,
How I can get a list of downloaded files from FTP if output give me
Quote:


220 ftp-xx2.xxxxxxxxxxftp.com FTP Server Ready

USER Xxxxxxxx/xxxxxxx@xxxxxxxxxxxxxx.org
331 Hello Xxxxxxxx/xxxxxxx@xxxxxxxxxxxxxx.org, please enter your password.

PASS ********
230-Connection established from xxxxxxx.xxxx.xxxxxxx.net [xxx.xx.xx.xx].
230-You are connected as XXXX IT (xxxxx@xxxxxxxxxxx.org).
230 Welcome to the XXX XXXX XXXX FTP site.

FEAT
211-Extensions supported:
EPSV
MDTM
PASV
REST STREAM
SIZE
UTF8
PBSZ
PROT
X-NOVELLABS
X-CITRIX
211 End.

SYST
215 UNIX Type: L8

PWD
257 "/"

PWD
257 "/"

PWD
257 "/"

CWD /SomeFolder/Folder
250 "/SomeFolder/Folder" is the current directory.

PWD
257 "/SomeFolder/Folder"

TYPE A
200 ASCII mode selected. (Note: This server treats ASCII mode identically to Binary mode.)

PASV
227 Entering Passive Mode (54,174,90,77,201,150)

LIST
125 Data connection open; transfer starting.

226-Transferred 2,479 bytes.
226 Closing data connection.

TYPE I
200 Binary mode selected.

PASV
227 Entering Passive Mode (54,174,90,77,155,206)

SIZE /SomeFolder/Folder/XxxxXxxxx_E.xxx.201908261550.txt
213 745

RETR /SomeFolder/Folder/XxxxXxxxx_E.xxx.201908261550.txt
125 Data connection open; transfer starting.

226-Transferred 745 bytes.
226 Closing data connection.

TYPE I
200 Binary mode selected.

PASV
227 Entering Passive Mode (54,174,90,77,183,117)

SIZE /SomeFolder/Folder/XxxxXxxxx_E.xxx.201908261357.txt
213 1057

RETR /SomeFolder/Folder/XxxxXxxxx_E.xxx.201908261357.txt
125 Data connection open; transfer starting.

226-Transferred 1,057 bytes.
226 Closing data connection.

\\xxxxx\xxxxx\xxxxxx\xxxxxxx\xxxxxxx\XxxxXxxxx_E.xxx.201908261550.txt
\\xxxxx\xxxxx\xxxxxx\xxxxxxx\xxxxxxx\XxxxXxxxx_E.xxx.201908261357.txt
QUIT
221-Sent: 5,483 bytes Rcvd: 432 bytes Billable: 2 operations Time: 2s
221 ftp-xx2.xxxxxxxxxxftp.com session ended.


Option {TASK(2ba747d4-3381-446e-9644-be0616e815b1|Result.DownloadedFilesNames)} does not work.
Thank you.
Sponsor
Forum information
Support
2019-08-28T07:45:36Z
Originally Posted by: Volodymyr 

Hi,
How I can get a list of downloaded files from FTP if output give me

Quote:


220 ftp-xx2.xxxxxxxxxxftp.com FTP Server Ready

USER Xxxxxxxx/xxxxxxx@xxxxxxxxxxxxxx.org
331 Hello Xxxxxxxx/xxxxxxx@xxxxxxxxxxxxxx.org, please enter your password.

PASS ********
230-Connection established from xxxxxxx.xxxx.xxxxxxx.net [xxx.xx.xx.xx].
230-You are connected as XXXX IT (xxxxx@xxxxxxxxxxx.org).
230 Welcome to the XXX XXXX XXXX FTP site.

FEAT
211-Extensions supported:
EPSV
MDTM
PASV
REST STREAM
SIZE
UTF8
PBSZ
PROT
X-NOVELLABS
X-CITRIX
211 End.

SYST
215 UNIX Type: L8

PWD
257 "/"

PWD
257 "/"

PWD
257 "/"

CWD /SomeFolder/Folder
250 "/SomeFolder/Folder" is the current directory.

PWD
257 "/SomeFolder/Folder"

TYPE A
200 ASCII mode selected. (Note: This server treats ASCII mode identically to Binary mode.)

PASV
227 Entering Passive Mode (54,174,90,77,201,150)

LIST
125 Data connection open; transfer starting.

226-Transferred 2,479 bytes.
226 Closing data connection.

TYPE I
200 Binary mode selected.

PASV
227 Entering Passive Mode (54,174,90,77,155,206)

SIZE /SomeFolder/Folder/XxxxXxxxx_E.xxx.201908261550.txt
213 745

RETR /SomeFolder/Folder/XxxxXxxxx_E.xxx.201908261550.txt
125 Data connection open; transfer starting.

226-Transferred 745 bytes.
226 Closing data connection.

TYPE I
200 Binary mode selected.

PASV
227 Entering Passive Mode (54,174,90,77,183,117)

SIZE /SomeFolder/Folder/XxxxXxxxx_E.xxx.201908261357.txt
213 1057

RETR /SomeFolder/Folder/XxxxXxxxx_E.xxx.201908261357.txt
125 Data connection open; transfer starting.

226-Transferred 1,057 bytes.
226 Closing data connection.

\\xxxxx\xxxxx\xxxxxx\xxxxxxx\xxxxxxx\XxxxXxxxx_E.xxx.201908261550.txt
\\xxxxx\xxxxx\xxxxxx\xxxxxxx\xxxxxxx\XxxxXxxxx_E.xxx.201908261357.txt
QUIT
221-Sent: 5,483 bytes Rcvd: 432 bytes Billable: 2 operations Time: 2s
221 ftp-xx2.xxxxxxxxxxftp.com session ended.


Option {TASK(2ba747d4-3381-446e-9644-be0616e815b1|Result.DownloadedFilesNames)} does not work.
Thank you.



Why does it not work? What happens when you use it? And try to remove the ID and use "Active" instead, in the variable
Michael
Support
http://www.visualcron.com 

Please like  VisualCron on facebook!
Scroll to Top