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
Edited by moderator
2017-06-22T12:45:14Z
|
Reason: Not specified