Bigmac Turdsplash wrote: > Im trying to send a file back and forth between a client.rb and > server.rb... > > How can i do this with out using ftp? There are gazillion other protocols for transferring files expect FTP. For example, you can use HTTP. Write a tiny server with Sinatra, and the client with Mechanize. You can also write your own protocol. -- Posted via http://www.ruby-forum.com/.