This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can't start an exe downloaded with wget


> Hi,
>
> When I download a Windows exe from a random site with wget on a NTFS
> partition I can not start that exe. As a workaround I now download it on
> a FAT32 partition.
>
> Is there something I can do about this? Did I miss an option?

Perharps the permissions got messed up.

try chmod 755 <downloaded file>

This should give you permissions to execute the file just downloaded.

FAT32 does not support permissions and any file that ends with a .exe
will have execute permissions. This is not the case for NTFS
partitions.

>
> Regards,
> Frank
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>
>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]