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.


t2c_running
2018-12-04T12:26:13Z
Hello,

We have detected an error sending files via FTP.
VisualCron 8.3.6 on Windows 2016.

How to reproduce:
- Create a Connection -> FTP.
-- Protocol FTP
-- Extra settings -> Shared -> Transfer type: ASCII
- Create a send file task using the connection created

FTP000.png

By default, in the upload task appears "Transfer type: Override transfer type set in Connection" checkbox disabled, the selected option (but disabled) is BINARY. So, when we execute this job, VisualCron sends the files in BINARY instead Connection Transfer type (ASCII).

FTP001.png

Logs.
With the checkbox task disabled by default:
Quote:


LIST
...
TYPE I
200 Representation type is binary IMAGE.

PASV
227 Entering Passive Mode (99,99,99,99,195,143).
...



Enabling the checkbox and selecting ASCII as the connection:

Quote:


...
TYPE A
200 Representation type is ASCII nonprint.

PASV
227 Entering Passive Mode (99,99,99,99,195,143).
...



Is there any way for the job to use the connection option so that it does not have to be changing all the options in the file submission job?

Regards.
Sponsor
Forum information
Scroll to Top