Computer Science Canada Using FTP in turing |
Author: | mwachna [ Fri Mar 04, 2005 9:02 pm ] | ||
Post subject: | Using FTP in turing | ||
Is there anyway to use codes similar to FTP with turing. With FTP i would use the following commandes to preform the functions that I would need to do in turing. (In FTP):
how could i preform these same functions with a turing program?[/code] |
Author: | Tony [ Fri Mar 04, 2005 9:27 pm ] |
Post subject: | |
Turing can connect to TCP/IP.. quite poorly at that. I don't belive that you can connect to FTP or transfer files for that matter (unless you were to stream a binary string as some have tried) |
Author: | Frazzydee [ Mon Mar 07, 2005 5:39 pm ] |
Post subject: | |
Quote: Is there anyway to use codes similar to FTP with turing.
Do you want turing to connect to an FTP server, or is turing not actually connecting to anything, you're just using FTP-like commands and recieving different text files? Will you recieve anything besides txt files (eg. executables)? |
Author: | mwachna [ Mon Mar 07, 2005 5:58 pm ] |
Post subject: | |
I would like to connect to an FTP server. I will only be sending text files |