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.


Christian Heiestad
2017-06-22T08:12:42Z
If I upload a file to an ftp server from a UNC path it creates the full path and file to the server.

\\SERVER\share\folder\file.txt will create the following when uploading:
/ftproot/SERVER/share/folder/file.txt

But if uploading from a local drive:
C:\folder1\folder2\file.txt ,it ends up as expected:
/ftproot/file.txt.

Anyone else seen this? Running version 8.2.7
Sponsor
Forum information
IT ZETHA
2017-06-22T09:10:32Z
I have the exact same issue.

Work around by copying to a local disk first, but if anyone has a fix that could eliminate that additional step, that would be great.

Support
2017-06-22T12:02:04Z
We cannot directly reproduce this. Can you send screenshots of;

1. upload settings showing source and destination folder
2. the Connection Explorer browsing inside the destination folder
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Christian Heiestad
2017-06-22T12:31:04Z
Sorry, we found the error and the cause..

One of our variables had a trailing backslash for the UNC path on the Folder setting in the File filter for upload.

\\server\share\folder -> works

\\server\share\folder\ -> creates the additional folder structure.
Support
2017-06-22T12:45:05Z
Originally Posted by: Christian Heiestad 

Sorry, we found the error and the cause..

One of our variables had a trailing backslash for the UNC path on the Folder setting in the File filter for upload.

\\server\share\folder -> works

\\server\share\folder\ -> creates the additional folder structure.



Great, thanks!
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Jon Tofte-Hansen
2018-03-02T16:08:43Z
Hi

I know this is an old thread but I am experiencing the erroniously path creation remotely when using a semicolon separated list of two unc paths under [File filter]/[Location]/[Folder]. Ie. the UNC paths are created on the SFTP site. If I use a defined path instead the task fails because it cannot create a folder named S: on the FTP site.

It works if separated into two commands in the SFTP task.

Thank you.
Scroll to Top