PDA

View Full Version : file transfer issues cause of virus doubts



replikanxxl
January 12th, 2010, 10:29 PM
i'm trying to code a program for TinyOS and there are some files that we need for reading parameters from, at the simulation phase. And the test script is a python file. But we cant send this file to each other cause neither mail services nor instant messaging software let us as they say it may be a virus.
So my question in general is, do we have a way to transfer this kind of files ?

nvteighen
January 12th, 2010, 10:35 PM
i'm trying to code a program for TinyOS and there are some files that we need for reading parameters from, at the simulation phase. And the test script is a python file. But we cant send this file to each other cause neither mail services nor instant messaging software let us as they say it may be a virus.
So my question in general is, do we have a way to transfer this kind of files ?

Use a pastebin service if it isn't too long... Look at http://pastebin.com

Or use a code hosting service... or use a .tar.gz or .zip file... Or send it as a text file with .txt extension.

replikanxxl
January 12th, 2010, 10:54 PM
Use a pastebin service if it isn't too long... Look at http://pastebin.com

Or use a code hosting service... or use a .tar.gz or .zip file... Or send it as a text file with .txt extension.

zipping is not working but i may try txt extension

jmore9
January 12th, 2010, 10:59 PM
why don't you use rar or bzip or any of the others that linux has. I think you can use rar it should do almost anything.

replikanxxl
January 12th, 2010, 11:07 PM
why don't you use rar or bzip or any of the others that linux has. I think you can use rar it should do almost anything.

u mean gmail cant see the files inside if we rar ?

Bodsda
January 13th, 2010, 01:08 AM
gmail shouldnt block .py files anyway, but tar.gz will work, or as said previously, pastebinit

Can+~
January 13th, 2010, 02:08 AM
And if you're working in collaboration, you should consider using svn, mercurial, git, or whatever.

Google offers svn hosting:

http://code.google.com

nvteighen
January 13th, 2010, 03:09 PM
And if you're working in collaboration, you should consider using svn, mercurial, git, or whatever.

Google offers svn hosting:

http://code.google.com

Or Launchpad: https://launchpad.net (uses Bazaar)