Re: AW: AW: accessing imap servers using perl script - LOGIN FAILURE: access denied"

2008-06-30 Thread Aruna Goke
quot;LOGIN FAILURE: access denied", if I login with Net::IMAP::Simple and my username and password is correct. However, If I run same script on my local server, its working okay." thanks for your time. Goksie -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

AW: AW: accessing imap servers using perl script - LOGIN FAILURE: access denied"

2008-06-30 Thread Tobias Eichner
> what is smtp from what i raised so far? > > I need an imap access to the server not smtp. Sorry, I meant IMAP, my mistake. Anyway, solution could be the same... to exclude problems with your source code, try an alternative server that is working for sure. Tobias. > > Thanks > > Goksie

Re: AW: accessing imap servers using perl script - LOGIN FAILURE: access denied"

2008-06-30 Thread Aruna Goke
Tobias Eichner wrote: Connecting to imap.mail.yahoo.com port 143 Connected to imap.mail.yahoo.com ... my $imapserver = 'imap.mail.yahoo.com'; my $user = 'testkingonet'; my $pass = '123456'; May it possible that Yahoo's SMTP server detects that it is being used by a script instead of by a mai

AW: accessing imap servers using perl script - LOGIN FAILURE: access denied"

2008-06-30 Thread Tobias Eichner
> Connecting to imap.mail.yahoo.com port 143 > Connected to imap.mail.yahoo.com ... > my $imapserver = 'imap.mail.yahoo.com'; > my $user = 'testkingonet'; > my $pass = '123456'; May it possible that Yahoo's SMTP server detects that it is being used by a script instead of by a mail client and ther

accessing imap servers using perl script - LOGIN FAILURE: access denied"

2008-06-30 Thread Aruna Goke
when i run the script below am getting "LOGIN FAILURE: access denied", if I login with Net::IMAP::Simple and my username and password is correct. However, If I run same script on my local server, its working okay. If I use the Mail::IMAPClient module to do the login. I have the e

Re: Moving Folder Access denied

2005-12-03 Thread Mulander
> Just a brief of what is hapening > i have a file with text like this > > aaa.bbb e:\cme\abc.vws > > i am splitting this data based on space and want to move the data in > e:\cme\abc.vws to e:\cme1\. > How many spaces do you have between the filenames ? If more then one adjust your regex in s

RE: Moving Folder Access denied

2005-12-02 Thread Timothy Johnson
M To: beginners@perl.org Subject: RE: Moving Folder Access denied I tried using the File ::copy and then the move command it says permission denied Just a brief of what is hapening i have a file with text like this aaa.bbb e:\cme\abc.vws i am splitting this data based on space and want t

RE: Moving Folder Access denied

2005-12-02 Thread Manoj Thakkar, Noida
j Thakkar, Noida Cc: beginners@perl.org Subject: RE: Moving Folder Access denied Why are you sending same mail to individual, while you are able to send mail to the beginners@perl.org Regards Hridyesh -Original Message- From: Manoj Thakkar, Noida [mailto:[EMAIL PROTECTED] Sent: 01 Dece

RE: Moving Folder Access denied

2005-12-02 Thread Manoj Thakkar, Noida
lready tried using E:/cme1 also it gives the same permission denied error // } Best Regards Manoj From: Manoj Thakkar, Noida Sent: Thu 12/1/2005 10:37 AM To: beginners@perl.org Subject: Moving Folder Access denied Hi, I am trying to move some file form one fol

RE: Moving Folder Access denied

2005-12-01 Thread Pant, Hridyesh
Why are you sending same mail to individual, while you are able to send mail to the beginners@perl.org Regards Hridyesh -Original Message- From: Manoj Thakkar, Noida [mailto:[EMAIL PROTECTED] Sent: 01 December 2005 20:42 To: beginners@perl.org Subject: FW: Moving Folder Access denied

FW: Moving Folder Access denied

2005-12-01 Thread Manoj Thakkar, Noida
ject: Moving Folder Access denied Hi, I am trying to move some file form one folder to other . I am able to move the file if i do it from the dos prompt but it gives me access denied when i try it using Perl. It seem to me a problem in reading the variable value. Her is my code Please sug

Moving Folder Access denied

2005-12-01 Thread Manoj Thakkar, Noida
Hi, I am trying to move some file form one folder to other . I am able to move the file if i do it from the dos prompt but it gives me access denied when i try it using Perl. It seem to me a problem in reading the variable value. Her is my code Please suggest .. use Win32API::File qw

Moving Folder Access denied

2005-12-01 Thread Pant, Hridyesh
Hi, I am trying to move some file form one folder to other . I am able to move the file if i do it from the dos prompt but it gives me access denied when i try it using Perl. It seem to me a problem in reading the variable value. Her is my code Please suggest .. use Win32API::File qw

Re: Access denied

2005-08-26 Thread Kris Van Bruwaene
27;t waste time and try executing on FAT partitions for example. Always > >use *NIX filesystems like ext2/3, reiserfs, xfs. Not entirely true really, it's a mount option, I just tried it like: mount -o exec,uid=kris -t vfat /dev/fd0 /floppy and the script executes all right (with another PC,

Re: Access denied

2005-08-24 Thread Kris Van Bruwaene
On 8/24/05, David Van Ginneken <[EMAIL PROTECTED]> wrote: > [~]# perl tst > What happens? If that works. That works, it was included in my original posting. > > Try this: > [~]# cat tst > #!/usr/bin/perl -w > print "Hello world\n"; Here goes: [~]# cat tst #!/usr/bin/perl -w print "Hello world\n"

Re: Access denied

2005-08-24 Thread Kris Van Bruwaene
On 8/24/05, Raj, Raymond <[EMAIL PROTECTED]> wrote: > give execute permission to your perl script I think it has! That's why I included: [~]# ls tst -l -rwxrwxr-x 1 kris users 39 2005-08-23 15:27 tst -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <

Access denied

2005-08-24 Thread Kris Van Bruwaene
e on a smb share (on another machine). When I move the scripts to the local machine, I get the problem illustrated below. [~]# cat tst #!/usr/bin/perl print "Hello world\n"; [~]# ./tst bash: ./tst: /usr/bin/perl: bad interpreter: Toegang geweigerd (=Access denied) [~]# pe

Access Denied When Trying to Create Directory?

2001-09-04 Thread David Simcik
Hey all, I'm simply trying to create a directory on a mapped (remote) drive from a CGI script using the mkdir() function. I keep on getting "Access Denied" errors or the like every time I try to create a new directory. What do I need to do to assign the proper rights to