background preloader

FTP

Facebook Twitter

Source of FlexFTP. FlexFTP: ApolloImpl ;-) « maliboo blog. FlexFTP (draft) Wiadomo, że sockety ssą.

FlexFTP: ApolloImpl ;-) « maliboo blog

Dotknęło mnie to właśnie przy pisaniu biblioteki FTP do Apollo. Póki co traktuję to bardziej jako pilot project, niż coś do używania. Na początku pomyślałem sobie, że najłatwiej będzie wzorować się na jakiejś jawowej implementacji. How to Upload Files in Flex FTP. August 23rd, 2009 Ntt.cc Flex doesn’t support any FTP, but sockets are so cool, you can connect to any type of TCP/IP server, of course FTP.

How to Upload Files in Flex FTP

You can always build your server side logic to get your flex app talk to an FTP server to upload files. (In Flash Player 10 you can directly read and write local data.then use Sockets to send this file to FTP server) Following is the source code( You can change the ftp host address, user name and password):