Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Using FTP in turing
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
mwachna




PostPosted: 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):
code:

ftp somesite.com
(connected to somesite.com.
220 ProFTPD 1.2.2rc3 Server <ProFTPD Default Installation> [server])
(User <somesite.com:<none>>:)  some log on name
(331 Password required for some log on name)
(Password:) somepassword
(230 User some log on name logged in.)
get some text file.txt
(...)
send some text file.txt
(...)
bye


how could i preform these same functions with a turing program?[/code]
Sponsor
Sponsor
Sponsor
sponsor
Tony




PostPosted: Fri Mar 04, 2005 9:27 pm   Post subject: (No 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)
Frazzydee




PostPosted: Mon Mar 07, 2005 5:39 pm   Post subject: (No 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)?
mwachna




PostPosted: Mon Mar 07, 2005 5:58 pm   Post subject: (No subject)

I would like to connect to an FTP server. I will only be sending text files
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 4 Posts ]
Jump to:   


Style:  
Search: