Hello,
I have a problem with the FTP task, Custom command tab.
My commands are:
CWD /INCOMING
PASV
LIST
And Output is:
220 ftp-xxxx.xxxxxxxxxxx.com FTP Server Ready
USER xxxxxxxxxx/xxxxxx@xxxxxxxxxxx.org
331 Hello xxxxxxxxxx/xxxxxx@xxxxxxxxxxx.org, please enter your password.
PASS ********
230-Connection established from xxxxxx.xxx.xxxxxxxxx.net [148.77.29.58].
230-You are connected as XXXXXXX (xxxxxx@xxxxxxxxxx.org).
230 Welcome to the Elder Serve Health 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 "/"
CWD /INCOMING
250 "/INCOMING" is the current directory.
CWD /INCOMING - there is a command stick together
PASV
500 Unrecognized command ''.
PASV - there is a command stick together
LIST
227 Entering Passive Mode (54,209,86,181,146,254)
LIST - there is a command stick together
QUIT
500 Unrecognized command ''.
What I do wrong.
Please advice.