In Google App Engine is there any way to get a file via FTP or have a file
FTPed to the application? I want to be able to send data to a vendor that only supports FTP.
Any suggestion? I appreciate any help and/or ideas that anyone has
Thanks
Abhijeet
FTP is not what is available right now on AppEngine, but you can use a complicated solution.
This is complicated process, but still it could help to solve your problem.