XP Home Edition 2002 Service Pack 3
Product: Acomdata pureDrive - 1 TB
Out of the box the device is not recognized by system.
Facts:
1. Out of the box, plugged in, connected to usb (front panel of desktop and back).
2. Blue light is on (not blinking).
3. Can hear fan.
4. Device does get...
Trying these works but when receiving more than one file, rather appending all the downloaded files to receive_file, it's overwriting.
foreach (@get) {$ftp->get(@get,$receieve_file};
foreach (@get) {$ftp->get($_,$get[$receive_file]);
Thanks Mike!!
Maybe you have a tip on this:
Doing this it gets all the FTP files and delivers them to the directory in where my PERL script resides. I want to download the files to another local-directory.
## get all files
$ftp->cwd($remote_dir);
my @get = $ftp->ls;
print LOG "@get...
Added the timeout but still receiving the error "Missing Interchange trailer segment" (only when sending a large file). It seems to be pushing only 160 lines of data then drops everything else.
1) Is it possible that the script is called before the file is fully created locally?
2) Is it...
Hello,
Perl newbie needs some help! If a large file, the below FTP-perl script is only uploading part of the file. If it's a small file, the upload is successful.
Our EDI send files all get dumped to one file and then I’m taking that, renaming it, running an external process on them, then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.