8 calls to FileTransfer::sanitizePath()
- FileTransfer::chmod in drupal-7.x/
includes/ filetransfer/ filetransfer.inc - FileTransfer::chmod in drupal-7.x/
includes/ filetransfer/ filetransfer.inc - FileTransfer::copyDirectory in drupal-7.x/
includes/ filetransfer/ filetransfer.inc - Copies a directory.
- FileTransfer::copyDirectory in drupal-7.x/
includes/ filetransfer/ filetransfer.inc - Copies a directory.
- FileTransfer::copyFile in drupal-7.x/
includes/ filetransfer/ filetransfer.inc - Copies a file.
- FileTransfer::copyFile in drupal-7.x/
includes/ filetransfer/ filetransfer.inc - Copies a file.
- FileTransfer::fixRemotePath in drupal-7.x/
includes/ filetransfer/ filetransfer.inc - Returns a modified path suitable for passing to the server. If a path is a windows path, makes it POSIX compliant by removing the drive letter. If $this->chroot has a value, it is stripped from the path to allow for chroot'd filetransfer systems.
- FileTransfer::fixRemotePath in drupal-7.x/
includes/ filetransfer/ filetransfer.inc - Returns a modified path suitable for passing to the server. If a path is a windows path, makes it POSIX compliant by removing the drive letter. If $this->chroot has a value, it is stripped from the path to allow for chroot'd filetransfer systems.