bug-ftpsync
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-ftpsync] unable to build the file tree


From: Barrett, Thomas
Subject: Re: [Bug-ftpsync] unable to build the file tree
Date: Mon, 26 Feb 2018 18:39:18 +0000

http://lists.gnu.org/archive/html/bug-ftpsync/2014-12/msg00001.html


I encountered a similar-sounding problem and fixed it by replacing

  if ($ftpc->pwd() ne $ftpdir) { die "Could not change to remote base directory 
$ftpdir\n"; }

with

  if (($ftpc->pwd() ne $ftpdir) && ($ftpc->pwd() ne ($ftpdir . "/"))) { die 
"Could not change to remote base directory $ftpdir\n"; } 


-TB



reply via email to

[Prev in Thread] Current Thread [Next in Thread]