#5491 closed Bug report (rejected)
cannot upload broken symlinks
Reported by: | rm | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | Linux | |
Operating system version: | debian unstable |
Description
It may happen that the fs on the ftp server is different that on the client so on machine where you do not have ssh or any other type of access it is legitimate to create symbolic links that are broken on your local machine but will work fine on the remote site.
Unfortunately filezilla follow the link, do some checks on the file that fails and abor the upload.
Filezilla 3.3.3
Note:
See TracTickets
for help on using tickets.
The FTP specification does not allow uploading of symbolic links, so FileZilla correctly uploads whatever the symbolic link refers to.
If you are lucky, the FTP server provides a SITE command to create symbolic links. Or you mabye can use SFTP and create a symbolic link using that protocol.