Hi, I've run into an odd bug related to an FTP task. Occasionally the task gets stuck in a loop of running "PWD" over and over. This is on VC 7.1.0.
I can explore the FTP server using the connection explorer and it works fine, but when I use it in a job it will occasionally fail with "Exception in Task: No file(s) downloaded" even though the file I'm requesting is on the server. The standard output is below:
220 bfm1dmz8 NcFTPd Server (licensed copy) ready.
USER xxxxxxxx
331 User xxxxxxxx okay, need password.
PASS ********
230-You are user #177 of 1000 simultaneous users allowed.
230-
230 Restricted user logged in.
FEAT
211-Extensions supported:
CLNT
LANG EN*
MDTM
MFMT
MLST Type*;Size*;Modify*;Perm;Unique;UNIX.mode*;UNIX.owner;UNIX.uid;UNIX.group;UNIX.gid;
PASV
REST STREAM
SIZE
UTF8
TVFS
RFC 959 2389 2577 3659
211 End.
SYST
215 UNIX Type: L8
PWD
257 "/" is cwd.
PWD
257 "/" is cwd.
PWD
257 "/" is cwd.
PWD
257 "/" is cwd.
PWD
257 "/" is cwd.
PWD
257 "/" is cwd.
PWD
257 "/" is cwd.
PWD
257 "/" is cwd.
TYPE A
200 Type okay.
PASV
227 Entering Passive Mode (205,216,112,8,245,41)
MLSD
150 Data connection accepted from 212.247.1.54:34266; transfer starting.
226 Listing completed.
PWD
257 "/" is cwd.
PWD
257 "/" is cwd.
PWD
257 "/" is cwd.
...from this point VC will just send "PWD" over and over until the task times out and fails.